Openload doesn't work
See original GitHub issueChecklist
- I’m reporting a broken site support
- I’ve verified that I’m running youtube-dl version 2019.07.02
- I’ve checked that all provided URLs are alive and playable in a browser
- I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
- (Do all seem to be incomplete) I’ve searched the bugtracker for similar issues including closed ones
Verbose log
youtube-dl --verbose https://oload.site/embed/_NJqDjE4GGM/Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://oload.site/embed/_NJqDjE4GGM/Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.07.02
[debug] Python version 2.7.15+ (CPython) - Linux-4.15.0-38-generic-x86_64-with-LinuxMint-19-tara
[debug] exe versions: avconv 3.4.6, avprobe 3.4.6, ffmpeg 3.4.6, ffprobe 3.4.6, phantomjs 2.1.1
[debug] Proxy map: {}
[Openload] _NJqDjE4GGM: Downloading embed webpage
[Openload] _NJqDjE4GGM: Executing JS on webpage
ERROR: Unable to extract stream URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/openload.py", line 429, in _real_extract
'stream URL')
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 1005, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract stream URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Description
I extracted the used URL from another Side. Using the URL i get to the Video directly on openLoad. On May 6th it still worked this way.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Openload not loading. Any help? : r/9anime - Reddit
So I've been using the openload server a lot recently and it works way better for me than most of the servers. Adblock...
Read more >Openload.co - Is Openload Down Right Now?
Openload down? Check whether Openload.co server is down right now or having outage problems for everyone or just for you.
Read more >Is openload.co down or not working right now? Troubleshoot ...
Force a full refresh of your browser page by clicking Ctrl + F5 at the same time. This should work on Internet Explorer,...
Read more >What happened to Openload? - Quora
As per google search data Openload, Streamango Shut Down As Part of ... what their expectations are for the person's work time, and...
Read more >What is Openload Stream Authorization and How to Fix Errors
Steps to Solve the Error Messages · 1-Activate your VPN · 2- Open a Web Browser Page · 3- Write https:/olpair.com/: on the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This problem exists for others too. I’ve got Ubuntu 18, and exactly the same problem. (my issue was also closed as “can’t reproduce” too.)
Well, as mentioned by @tmczar and @bitraid youtube-dl was installed by download and updated by command -U to the newest available version. The link works perfectly in Firefox but isn’t downloadable in yt-dl
This is the output with the exactly same command as used by @bitraid:
Edit: Just tried to sudo the command, but dosn’t works neither… @dstftw