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

Problem with downloading m3u8 videos #2

Closed
prxststr opened this issue Nov 11, 2023 · 7 comments
Closed

Problem with downloading m3u8 videos #2

prxststr opened this issue Nov 11, 2023 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@prxststr
Copy link

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.

@prof79
Copy link
Owner

prof79 commented Nov 15, 2023

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!

@prof79 prof79 added the invalid This doesn't seem right label Nov 15, 2023
@prof79 prof79 self-assigned this Nov 15, 2023
@prxststr
Copy link
Author

Hi!

Sorry, but the issue remains the same.

image

@prof79 prof79 removed the invalid This doesn't seem right label Nov 18, 2023
@prof79
Copy link
Owner

prof79 commented Nov 18, 2023

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.

@prof79 prof79 added the bug Something isn't working label Nov 18, 2023
prof79 added a commit that referenced this issue Nov 18, 2023
@prof79
Copy link
Owner

prof79 commented Nov 18, 2023

@prxststr Please take a look if https://github.com/prof79/fansly-downloader-ng/releases/tag/v0.7.4 fixes your issue.

@prxststr
Copy link
Author

Hi!
Thanks a lot! It works well.

@prof79
Copy link
Owner

prof79 commented Nov 19, 2023

Great! Thanks also for the opportunity to test this functionality. I'll close the issue now.

@prof79
Copy link
Owner

prof79 commented Nov 19, 2023

Fixed by commit 16ddb78.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants