-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error downloading specific Led Zeppelin video from YouTube [PROBLEM: videos with square brackets in their title do not download] #284
Comments
Both IIABs have outdated yt-dlp:
Please update your IIABs with The issue is however reproducible [Testing directly with yt-dlp...] |
Not a missing format issue. The error traceback is:
|
This issue is related to #203. |
The problem arises because when IIAB Calibre-Web is looking for the video ID, it assumes it is inside square brackets ([...]) in the filename. What happened for this specific video, the filename has two sets of square brackets. This is fixed in #285 which ensures video IDs are not always in the first set of square brackets if there are two or more of them, but in the last. |
To be crystal clear:
Hopefully a crystal clear example can be posted to the top of PR #285. Thank you! |
Yes
Done in #285 (comment) |
@avni please close this ticket, if the fix below (just merged) appears solid?
Related: |
#285 tested ✅ The Led Zepplin video downloads fine now.
Out of curiosity, @deldesir:
Closing since the specific bug reported is fixed. Thank you! |
Yes,
Not yet, but a filename with only one bracket, such as
This will make the code more robust.
Nope. The original Calibre-Web doesn't support video downloading |
Describe the bug/problem
Error downloading specific video: https://www.youtube.com/watch?v=Ly6ZhQVnVow. 2 different errors on 2 different IIABs.
--
To Reproduce
Steps to reproduce the behavior:
Logfile
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: