We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Ive try to download two videos from YouTube and get an error
Screenshots
Additional info (please complete the following information):
The text was updated successfully, but these errors were encountered:
this is very curious - apparently instead of getting proper json from yt-dlp we just got 4
I can reproduce the javascript error with this code:
var liveDataObj = JSON.parse("4") "fragment_count" in liveDataObj
which is what must have happened in this piece of code:
youtube-dl-gui/modules/download/DownloadQuery.js
Lines 186 to 194 in 3f423bf
Can you share the video urls so I can attempt to reproduce?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Ive try to download two videos from YouTube and get an error
Screenshots
Additional info (please complete the following information):
The text was updated successfully, but these errors were encountered: