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.
unable to download video from youtube #22783
Comments
|
youtube-dl 'https://youtu.be/v4XO_y3RErI' -v |
Have you tried to download many videos lately? |
|
no |
Checklist
Verbose log
Description
youtube-dl 'https://youtu.be/v4XO_y3RErI' -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://youtu.be/v4XO_y3RErI', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.12.09
[debug] Python version 3.7.4 (CPython) - Linux-5.2.11-1-MANJARO-x86_64-with-arch-Manjaro-Linux
[debug] exe versions: ffmpeg n4.2, ffprobe n4.2, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] v4XO_y3RErI: Downloading webpage
[youtube] v4XO_y3RErI: Downloading video info webpage
WARNING: unable to download video info webpage: HTTP Error 429: Too Many Requests
WARNING: unable to download video info webpage: HTTP Error 429: Too Many Requests
WARNING: unable to download video info webpage: HTTP Error 429: Too Many Requests
WARNING: unable to download video info webpage: HTTP Error 429: Too Many Requests
WARNING: unable to download video info webpage: HTTP Error 429: Too Many Requests
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/bin/youtube-dl/main.py", line 19, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 472, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 462, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2002, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 793, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1651, in _real_extract
TypeError: argument of type 'NoneType' is not iterable