Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
When trying to download youtube video i get this error.
I am using the latest version.
debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-o', '/var/temporary/temp/4152753/4152753.flv', '--format', '22/35/18/34/6/5', 'http://www.youtube.com/watch?v=8wxOVn99FTE']
[debug] youtube-dl version 2013.12.11.2
[debug] Python version 2.6.6 - Linux-2.6.32-5-amd64-x86_64-with-debian-6.0.8
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 8wxOVn99FTE: Downloading webpage
[youtube] 8wxOVn99FTE: Downloading video info webpage
[youtube] 8wxOVn99FTE: Extracting video information
[youtube] RTMP download detected
[download] Destination: /var/temporary/temp/4152753/4152753.flv
[debug] rtmpdump command line: rtmpdump --verbose -r rtmpe://v13.nonxt7.c.youtube.com/videoplayback -o /var/temporary/temp/4152753/4152753.flv.part --resume --skip 1
[rtmpdump] RTMPDump v2.3
rtmpdump 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 2
[rtmpdump] DEBUG: Parsed host : v13.nonxt7.c.youtube.com
[rtmpdump] DEBUG: Parsed app : videoplayback
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[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/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 877, in download
self.extract_info(url)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 487, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 601, in process_ie_result
for r in ie_result['entries']
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 514, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 634, in process_video_result
self.process_info(info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 853, in process_info
raise UnavailableVideoError(err)
UnavailableVideoError: [Errno 2] No such file or directory: '/var/temporary/temp/4152753/4152753.flv.part'