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

downloading not listed (in batch-file) video, after update #1525

Closed
oleg-poltora opened this issue Sep 29, 2013 · 1 comment
Closed

downloading not listed (in batch-file) video, after update #1525

oleg-poltora opened this issue Sep 29, 2013 · 1 comment

Comments

@oleg-poltora
Copy link

After update (sudo youtube-dl -U) youtube-dl want download unwanted (for me) video.
Before update it works fine - download only from batch-file.

command:
youtube-dl -cilw --max-quality 22 -a ~/Downloads/JUG-2013.batch --verbose

file JUG-2013.batch contains 6 video:

http://www.youtube.com/watch?v=TSAlj04_tkA&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=7
http://www.youtube.com/watch?v=cPXTozVjSHo&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=8
http://www.youtube.com/watch?v=t0dGLFtRR9c&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=12
http://www.youtube.com/watch?v=_Z934djQtiQ&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=13
http://www.youtube.com/watch?v=9PulrKvL9Fc&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=15

DEBUG INFO:

$ youtube-dl -cilw --max-quality 22 -a ~/Downloads/JUG-2013.batch --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-cilw', '--max-quality', '22', '-a', '/home/poltora/Downloads/JUG-2013.batch', '--verbose']
[debug] Batch file urls: ['http://www.youtube.com/watch?v=TSAlj04_tkA&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=7', 'http://www.youtube.com/watch?v=cPXTozVjSHo&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=8', 'http://www.youtube.com/watch?v=t0dGLFtRR9c&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=12', 'http://www.youtube.com/watch?v=_Z934djQtiQ&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=13', 'http://www.youtube.com/watch?v=9PulrKvL9Fc&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=15']
[debug] youtube-dl version 2013.09.29
[debug] Python version 2.7.3 - Linux-3.2.0-54-generic-i686-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube:playlist] PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55: Downloading page #1
[youtube:playlist] PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55: Downloading page #2
[download] Downloading playlist: JUG-2013
[youtube:playlist] playlist 'JUG-2013': Collected 17 video ids (downloading 17 of them)
[download] Downloading video #1 of 17
[youtube] Setting language
[youtube] Ky6rrWPD24U: Downloading video webpage
[youtube] Ky6rrWPD24U: Downloading video info webpage
[youtube] Ky6rrWPD24U: Extracting video information
[download] Resuming download at byte 9471533
[download] Destination: Sami Ekblad — Introduction to Vaadin 7-Ky6rrWPD24U.mp4

HINT:
This video "Sami Ekblad — Introduction to Vaadin 7" - first video in playlist
http://www.youtube.com/playlist?list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55

@jaimeMF
Copy link
Collaborator

jaimeMF commented Sep 29, 2013

Yes, that's the current behaviour, see #755 for more info, if the list parameter appears on the url it's extracted as a playlist. For fixing it you just need to drop it, for example http://www.youtube.com/watch?v=TSAlj04_tkA&list=PLVe-2wcL84b8T9aw7AaAj-Kir3CKABg55&index=7would become http://www.youtube.com/watch?v=TSAlj04_tkA, or just TSAlj04_tkA.
I'm closing it since in the isssue linked is where it's being discussed, thanks for the report!

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

No branches or pull requests

2 participants