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.
one youtube URL download error #14733
Comments
|
No problem to download this video with the last windows version of youtube-dl |
|
The one that has the problem is on Linux.
…On Nov 12, 2017 10:49 AM, "al1fr" ***@***.***> wrote:
No problem to download this video with the last windows version of
youtube-dl
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14733 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF32JQEpLkSk9triHQ8tIxj913q1YtB6ks5s1z2YgaJpZM4Qa-PW>
.
|
Maybe try to fix this and then try again? |
|
No, the avconv version warning is not the issue. |
|
Most likely a connectivity/hoster issue. Try downloading a different format with |
|
CAN reproduce
partially downloaded 1.3MB file has proper headers of h264+mp4 audio clip, even size of 300MB is valid considering
so file is there on the server, google just doesnt want us to have it. |
Please see this one below:
youtube-dl -v " https://www.youtube.com/watch?v=FvFRDL0Aca4"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', ' https://www.youtube.com/watch?v=FvFRDL0Aca4']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.11.06
[debug] Python version 3.6.0 - Linux-3.2.61-grsec-modsign-x86_64-with-debian-jessie-sid
[debug] exe versions: avconv 9.20-6, avprobe 9.20-6, ffmpeg N-87921-gdf45ea45df-static, ffprobe N-87921-gdf45ea45df-static
[debug] Proxy map: {}
[youtube] FvFRDL0Aca4: Downloading webpage
[youtube] FvFRDL0Aca4: Downloading video info webpage
[youtube] FvFRDL0Aca4: Extracting video information
[youtube] FvFRDL0Aca4: Downloading MPD manifest
WARNING: Your copy of avconv is outdated and unable to properly mux separate video and audio files, youtube-dl will download single file media. Update avconv to version 10-0 or newer to fix this.
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on 'https://r8---sn-p5qlsnlr.googlevideo.com/videoplayback?key=yt6&ip=2607%3Af298%3A5%3A6000%3A%3Ac0b%3Acce1&lmt=1510089918251993&ms=au&source=youtube&mv=u&dur=3130.142&id=o-AH0g1NjYzPe6L1pRl9-08ndUucMV_ssFFuL6qQ0g_A2l&expire=1510530401&mm=31&signature=79C1A150A58357C64258E85B64FF1DF497210D3E.15758A7B1C6540147DD36DCDDBA3708A45B2B2C8&mn=sn-p5qlsnlr&gcr=us&mime=video%2Fmp4&itag=22&requiressl=yes&mt=1510507957&ratebypass=yes&pl=48&ei=AYkIWs37FNms8wTf1qXACQ&ipbits=0&sparams=dur%2Cei%2Cgcr%2Cid%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cexpire'
[download] Resuming download at byte 1399622
ERROR: Did not get any data blocks
File "/home/colinz/bin/youtube-dl", line 11, in
load_entry_point('youtube-dl==2017.11.6', 'console_scripts', 'youtube-dl')()
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/init.py", line 465, in main
_real_main(argv)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/init.py", line 455, in _real_main
retcode = ydl.download(all_urls)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 1985, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 795, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 849, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 1619, in process_video_result
self.process_info(new_info)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 1892, in process_info
success = dl(filename, info_dict)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 1831, in dl
return fd.download(name, info)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/downloader/common.py", line 361, in download
return self.real_download(filename, info_dict)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/downloader/http.py", line 287, in real_download
download()
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/downloader/http.py", line 257, in download
self.report_error('Did not get any data blocks')
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/downloader/common.py", line 163, in report_error
self.ydl.report_error(*args, **kargs)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 612, in report_error
self.trouble(error_message, tb)
File "/home/colinz/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 574, in trouble
tb_data = traceback.format_list(traceback.extract_stack())