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

nasa download HTTP error() #6417

Closed
Lawrence4sure opened this issue Jul 31, 2015 · 2 comments
Closed

nasa download HTTP error() #6417

Lawrence4sure opened this issue Jul 31, 2015 · 2 comments

Comments

@Lawrence4sure
Copy link

@Lawrence4sure Lawrence4sure commented Jul 31, 2015

[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 ]>

@remitamine
Copy link
Collaborator

@remitamine remitamine commented Jul 31, 2015

in the terminal or the console you should put strings that contain special characters like & between ' or " like that:
youtube-dl 'https://www.youtube.com/watch?t=63&v=xu0TtqIybsI'

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 31, 2015

@remitamine is right, read the FAQ for more info.

@jaimeMF jaimeMF closed this Jul 31, 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
3 participants
You can’t perform that action at this time.