You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
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.
Please help.
The text was updated successfully, but these errors were encountered:
I think this happens with videos that don't have an audio track - when i changed the line audio_stream = input_container.streams.audio[0]
to audio_stream = input_container.streams.video[0]
I think this happens with videos that don't have an audio track - when i changed the line audio_stream = input_container.streams.audio[0] to audio_stream = input_container.streams.video[0]
the download succeeded.
Thank you very much for the answer, but where you change this line? There is no file except "config" where you can change settings.
I think this happens with videos that don't have an audio track - when i changed the line audio_stream = input_container.streams.audio[0] to audio_stream = input_container.streams.video[0]
the download succeeded.
I did this but now all the videos are downloaded without sound xd
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Please help.
The text was updated successfully, but these errors were encountered: