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.
nasa download HTTP error() #6417
Comments
|
in the terminal or the console you should put strings that contain special characters like & between ' or " like that: |
|
@remitamine is right, read the FAQ for more info. |
[chronos:youtube-dl ]> ./youtube-dl --verbose https://www.youtube.com/watch?t=63&v=xu0TtqIybsI
[1] 3348
[chronos:youtube-dl ]> [debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'https://www.youtube.com/watch?t=63']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.28
[debug] Python version 2.7.5 - Darwin-13.4.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[generic] watch?t=63: Requesting header
[redirect] Following redirect to https://www.youtube.com/supported_browsers?next_url=%2F
[youtube:user] supported_browsers: Downloading channel page
WARNING: Unable to download webpage: HTTP Error 404: Not Found
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "./youtube-dl/main.py", line 19, in
File "./youtube-dl/youtube_dl/init.py", line 410, in main
File "./youtube-dl/youtube_dl/init.py", line 400, in _real_main
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1504, in download
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 667, in extract_info
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 720, in process_ie_result
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 656, in extract_info
File "./youtube-dl/youtube_dl/extractor/common.py", line 279, in extract
File "./youtube-dl/youtube_dl/extractor/youtube.py", line 1516, in _real_extract
File "./youtube-dl/youtube_dl/extractor/common.py", line 666, in _html_search_meta
File "./youtube-dl/youtube_dl/extractor/common.py", line 570, in _html_search_regex
File "./youtube-dl/youtube_dl/extractor/common.py", line 540, in _search_regex
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py", line 142, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or buffer
[1]+ Exit 1 ./youtube-dl --verbose https://www.youtube.com/watch?t=63
[chronos:youtube-dl ]>