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] Unable To Download Video From This Openload Website #12001

Closed
boxstore opened this issue Feb 7, 2017 · 5 comments
Closed

[Openload] Unable To Download Video From This Openload Website #12001

boxstore opened this issue Feb 7, 2017 · 5 comments

Comments

@boxstore
Copy link

@boxstore boxstore commented Feb 7, 2017

Unable To Download Video From This Openload Website

@pitsi
Copy link

@pitsi pitsi commented Feb 7, 2017

I would say I have that too, but I downgraded to v2017.02.04 and the problem happens there too, so I guess it is some change on the openload site.

I use youtube-dl via mpv, which plays video streams without downloading first and it did work properly yesterday. In case you are looking for a log to help, here

http://paste.debian.net/913133/

The pastebin link expires in 3 days and I use the youtube-dl binary from your page stored and run from my ~/bin file because my distro's version is 2 months old.

@sudovijay
Copy link
Contributor

@sudovijay sudovijay commented Feb 7, 2017

Here try this fix! #12002

@pitsi
Copy link

@pitsi pitsi commented Feb 7, 2017

How do I apply a patch to a binary file?

$ file bin/youtube-dl 
bin/youtube-dl: a /usr/bin/env python script executable (binary data)
@dautushenka
Copy link

@dautushenka dautushenka commented Feb 8, 2017

Traceback (most recent call last):
File "/usr/local/bin/youtube-dl", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.6/dist-packages/youtube_dl/init.py", line 452, in main
_real_main(argv)
File "/usr/local/lib/python2.6/dist-packages/youtube_dl/init.py", line 442, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/lib/python2.6/dist-packages/youtube_dl/YoutubeDL.py", line 1796, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/usr/local/lib/python2.6/dist-packages/youtube_dl/YoutubeDL.py", line 696, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.6/dist-packages/youtube_dl/extractor/common.py", line 369, in extract
return self._real_extract(url)
File "/usr/local/lib/python2.6/dist-packages/youtube_dl/extractor/openload.py", line 85, in _real_extract
first_three_chars - fifth_char * int(float(ol_id[num + 3:][:2])))
ValueError: unichr() arg not in range(0x110000) (wide Python build)
~# python --version
Python 2.6.6

Didn't try fix from PR yet.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Feb 8, 2017

Please move to #10408 for further discussion.

@yan12125 yan12125 closed this Feb 8, 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
5 participants
You can’t perform that action at this time.