-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Download next with --match-title #2211
Comments
Can you post the full output? It looks like these are only the last lines. |
[debug] System config: [] [download] Downloading video #3 of 10 [download] Downloading video #5 of 10 [download] Downloading video #7 of 10 [download] Downloading video #9 of 10 [download] Downloading video #10 of 10 |
You are using and outdated version of youtube-dl; this issue has been fixed in the current version. Type |
title="Afgin - Old is Gold"; # Still does not work |
Thanks for the report, your invocation exposes a bug in youtube-dl when all of these options are combined. This bug has been fixed in youtube-dl 2015.01.23.2.. Type |
title="Afgin - Astral Experience"; # Works in below script
title="Afgin - Old is Gold"; # Does not work in below script
youtube-dl "ytsearch10:$title" -f 172/171/43/webm/ogg --extract-audio --no-overwrites --match-title ^"$title"$ --verbose --ignore-errors --max-downloads 1
[download] Downloading video #2 of 10
[youtube] 65MQ5ZAmusI: Downloading webpage
[youtube] 65MQ5ZAmusI: Downloading video info webpage
[youtube] 65MQ5ZAmusI: Extracting video information
ERROR:
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 514, in
extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 541, in
process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 765, in
process_video_result
self.process_info(new_info)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 795, in
process_info
raise MaxDownloadsReached()
MaxDownloadsReached
The text was updated successfully, but these errors were encountered: