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

Can't download playlist from youtube #5237

Closed
duduke opened this issue Mar 19, 2015 · 1 comment
Closed

Can't download playlist from youtube #5237

duduke opened this issue Mar 19, 2015 · 1 comment

Comments

@duduke
Copy link

@duduke duduke commented Mar 19, 2015

Running:
youtube-dl "https://www.youtube.com/watch?v=rSy0JtBCZMQ&list=ELOr7Kf5pv-m8" -v
results in an error:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['https://www.youtube.com/watch?v=rSy0JtBCZMQ&list=ELOr7Kf5pv-m8', '-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.03.15
[debug] Python version 2.7.9 - Linux-3.16.0-4-686-pae-i686-with-debian-8.0
[debug] exe versions: avconv 2.6, avprobe 2.6, ffmpeg 2.6, ffprobe 2.6, rtmpdump 2.4
[debug] Proxy map: {}
[youtube:playlist] Downloading playlist ELOr7Kf5pv-m8 - add --no-playlist to just download video rSy0JtBCZMQ
[youtube:playlist] ELOr7Kf5pv-m8: Downloading webpage
[download] Downloading playlist: Star Blazers: Season 1
[youtube:playlist] playlist Star Blazers: Season 1: Collected 26 video ids (downloading 26 of them)
[download] Downloading video 1 of 26
[youtube] rSy0JtBCZMQ: Downloading webpage
[youtube] rSy0JtBCZMQ: Downloading embed webpage
[youtube] rSy0JtBCZMQ: Refetching age-gated info webpage
[youtube] rSy0JtBCZMQ: Extracting video information
[youtube] RTMP download detected
[debug] Invoking downloader on u'rtmpe://v1.nonxt7.c.youtube.com/videoplayback'
[download] Destination: STAR BLAZERS Ep. 1 'The Battle At Pluto'-rSy0JtBCZMQ.unknown_video
[debug] rtmpdump command line: rtmpdump --verbose -r rtmpe://v1.nonxt7.c.youtube.com/videoplayback -o 'STAR BLAZERS Ep. 1 '"'"'The Battle At Pluto'"'"'-rSy0JtBCZMQ.unknown_video.part'
[rtmpdump] RTMPDump v2.4
rtmpdump 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 2
[rtmpdump] DEBUG: Parsed host : v1.nonxt7.c.youtube.com
[rtmpdump] DEBUG: Parsed app : videoplayback
[rtmpdump] ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1452, in download
res = self.extract_info(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 665, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 824, in process_ie_result
extra_info=extra)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 718, in process_ie_result
extra_info=extra_info)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 665, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 711, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1153, in process_video_result
self.process_info(new_info)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1390, in process_info
raise UnavailableVideoError(err)
UnavailableVideoError: [Errno 2] No such file or directory: "STAR BLAZERS Ep. 1 'The Battle At Pluto'-rSy0JtBCZMQ.unknown_video.part"

Although other playlists work...

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 19, 2015

Duplicate of #1797.

@dstftw dstftw closed this Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.