Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video download *half* fix #21

Closed
wants to merge 16 commits into from
Closed

Video download *half* fix #21

wants to merge 16 commits into from

Conversation

RalkeyOfficial
Copy link

I have fixed the issue that the that videos won't be downloaded.
But due to the new limitations of Fansly and Chrome there are some things to keep in mind

Chrome extensions cannot use SharedArrayBuffer (bug in chrome), so ffmpeg.wasm can't be used to merge the video and audio files before download.
Which is why video and audio files need to be downloaded separately.

Also, videos behind a paywall (the videos which you can preview to be exact) cannot be downloaded since it's a .m3u8 file with video chunks.

And due to there being no connection between the post which you want to download and the download URL
The script is kind of doing a guessing game by grabbing the last added .mpd file in the array (which does not always correspond to the correct video).

Honestly @Motyldrogi, if you wish to keep this project alive I highly recommend creating a desktop app instead, since you are able to use FFmpeg then.

@RalkeyOfficial
Copy link
Author

No F#cking way

Scrap this PR and scrap this project.
Because while I was developing the fix, they changed ALL their new videos to .m3u8
which there is no fix for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant