Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Problem with downloading m3u8 videos #171

Open
AlexMariacio opened this issue Oct 20, 2023 · 4 comments
Open

Problem with downloading m3u8 videos #171

AlexMariacio opened this issue Oct 20, 2023 · 4 comments

Comments

@AlexMariacio
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.

Please help.

@AlexMariacio
Copy link
Author

AlexMariacio commented Oct 20, 2023

*File "fansly_downloader.py", line 1189, in < module >

@alexeyrubenoff
Copy link

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.

@AlexMariacio
Copy link
Author

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.

@Darihx
Copy link

Darihx commented Nov 27, 2023

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants