-
Notifications
You must be signed in to change notification settings - Fork 22
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
Problem with downloading m3u8 videos #2
Comments
Hi there, you have posted to the wrong repository. This is the space for Fansly Downloader NG - fansly_downloader_ng.py. I see from your line numbers and script name that you are using Avnsx' original version. So please try my version 0.7.3 hosted here at https://github.com/prof79/fansly-downloader-ng/releases - or copy and create what you reported here as an issue at https://github.com/avnsx/fansly-downloader/issues. If it also throws with my version you can post it here with the updated traceback output. I would, however, require some more info like a creator name/sample page where I could try this myself. Seems I have no creator at hand where video download throws. Thanks! |
Thanks! I see what's going wrong. There is no audio stream included but the sloppy code tries to access one anyway and doesn't check. Let me see what I can come up with. |
@prxststr Please take a look if https://github.com/prof79/fansly-downloader-ng/releases/tag/v0.7.4 fixes your issue. |
Hi! |
Great! Thanks also for the opportunity to test this functionality. I'll close the issue now. |
Fixed by commit 16ddb78. |
Tried to download quite recent (from 20.10.2023) content pics and gifs works well, but videos don't. Although some older posts with m3u8 videos were downloadable.
So after trying to download - i got this:
Traceback (most recent call last):
File "fansly_downloader.py", line 1189, in
File "fansly_downloader.py", line 744, in sort_download
File "fansly_downloader.py", line 618, in download_m3u8
IndexError: tuple index out of range.
The text was updated successfully, but these errors were encountered: