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

Fix audio not being downloaded #240

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Conversation

xbloodyknight
Copy link

PR Details

The previous solution for downloading audio stopped working.
New solution is even easier: we now don't need m3u8, the code for getting link to audio

audio_url = url[:url.rfind('/')] + '/DASH_AUDIO_128.mp4'

I haven't tested the whole thing though ¯_(ツ)_/¯ My guess is that if the codec hasn't changed (aac) + I've tried it on one video therefore it should work

@Fillll
Copy link
Owner

Fillll commented Sep 6, 2023

Interesting! Let me test it.

@Fillll Fillll merged commit ea00f64 into Fillll:master Sep 7, 2023
1 check failed
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.

3 participants