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

openload problem #12498

Closed
treakiandroid opened this issue Mar 19, 2017 · 3 comments
Closed

openload problem #12498

treakiandroid opened this issue Mar 19, 2017 · 3 comments

Comments

@treakiandroid
Copy link

@treakiandroid treakiandroid commented Mar 19, 2017

 youtube-dl --verbose https://openload.co/embed/aISBYeSZD18/Dr.Slump.S01E35.German.DVDRip.XViD-iND.avi 
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://openload.co/embed/aISBYeSZD18/Dr.Slump.S01E35.German.DVDRip.XViD-iND.avi']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.03.16
[debug] Python version 2.7.9 - Linux-4.2.0-0.bpo.1-amd64-x86_64-with-debian-8.6
[debug] exe versions: ffmpeg 2.8.9, ffprobe 2.8.9, rtmpdump 2.4
[debug] Proxy map: {}
[Openload] aISBYeSZD18: Downloading webpage
Traceback (most recent call last):
  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 "/home/treaki/bin/youtube-dl/__main__.py", line 19, in <module>
  File "/home/treaki/bin/youtube-dl/youtube_dl/__init__.py", line 464, in main
  File "/home/treaki/bin/youtube-dl/youtube_dl/__init__.py", line 454, in _real_main
  File "/home/treaki/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1883, in download
  File "/home/treaki/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 761, in extract_info
  File "/home/treaki/bin/youtube-dl/youtube_dl/extractor/common.py", line 427, in extract
  File "/home/treaki/bin/youtube-dl/youtube_dl/extractor/openload.py", line 102, in _real_extract
ValueError: invalid literal for int() with base 8: '729'

@treakiandroid
Copy link
Author

@treakiandroid treakiandroid commented Mar 19, 2017

even with the newest version:

 youtube-dl --verbose https://openload.co/embed/aISBYeSZD18/Dr.Slump.S01E35.German.DVDRip.XViD-iND.avi 
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://openload.co/embed/aISBYeSZD18/Dr.Slump.S01E35.German.DVDRip.XViD-iND.avi']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.03.20
[debug] Python version 2.7.9 - Linux-4.2.0-0.bpo.1-amd64-x86_64-with-debian-8.6
[debug] exe versions: ffmpeg 2.8.9, ffprobe 2.8.9, rtmpdump 2.4
[debug] Proxy map: {}
[Openload] aISBYeSZD18: Downloading webpage
[debug] Invoking downloader on u"https://openload.co/stream/aISBYeS\x96\x0f\x85\xe3l/Y\xb5O.\xc8]\xea\x12\t\xda:\xd6'\xa3'\xa1\xabJ\x06rX\x9c\xe1\xfdq\x0bN\xe2\xb0?mime=true"
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/home/treaki/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1791, in process_info
    success = dl(filename, info_dict)
  File "/home/treaki/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1733, in dl
    return fd.download(name, info)
  File "/home/treaki/bin/youtube-dl/youtube_dl/downloader/common.py", line 356, in download
    return self.real_download(filename, info_dict)
  File "/home/treaki/bin/youtube-dl/youtube_dl/downloader/http.py", line 61, in real_download
    data = self.ydl.urlopen(request)
  File "/home/treaki/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2094, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 437, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 475, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found

@treakiandroid
Copy link
Author

@treakiandroid treakiandroid commented Mar 19, 2017

btw why version 2017.03.20, we have only the 19th??

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Sep 15, 2017

This is fixed in #14225, which will be included in the next version. Thanks to @Tithen-Firion!

@yan12125 yan12125 closed this Sep 15, 2017
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.