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

Youtube download fails for movie URLs #597

Closed
phihag opened this issue Dec 20, 2012 · 1 comment
Closed

Youtube download fails for movie URLs #597

phihag opened this issue Dec 20, 2012 · 1 comment

Comments

@phihag
Copy link
Contributor

@phihag phihag commented Dec 20, 2012

$ youtube-dl --verbose -o ppp.mp4 https://www.youtube.com/movie?v=uE6YAopuXQY

[debug] Proxy map: {}
[youtube] Setting language
[youtube] movie: Downloading video webpage
ERROR: unable to download video webpage: HTTP Error 404: Not Found
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/bin/youtube-dl/__main__.py", line 17, in <module>
    youtube_dl.main()
  File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 596, in main
    _real_main()
  File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 580, in _real_main
    retcode = fd.download(all_urls)
  File "/usr/bin/youtube-dl/youtube_dl/FileDownloader.py", line 509, in download
    videos = ie.extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 89, in extract
    return self._real_extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 315, in _real_extract
    self._downloader.trouble(u'ERROR: unable to download video webpage: %s' % compat_str(err))
  File "/usr/bin/youtube-dl/youtube_dl/FileDownloader.py", line 222, in trouble
    self.to_stderr(u''.join(traceback.format_list(traceback.extract_stack())))
@jaimeMF jaimeMF closed this in bcd6e4b Jul 1, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 1, 2013

It was extracting the wrong id, but now we have the problem that they have to be downloaded wtih rtmpe, the same as in #343.

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
2 participants
You can’t perform that action at this time.