Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Openload doesn't work #21683
Openload doesn't work #21683
Comments
|
Any Idea where the Problem could be? |
|
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.) |
|
@dstftw could it be a problem regarding only Ubuntu based operating Systems? |
|
@dstftw Problem seems to be connected with Ubuntu version of user. I've checked problem on several machines with fresh installs of youtube-dl with following results: |
|
This has nothing to do with OS as OP clearly states it worked before. Most likely your are just banned. |
|
@dstftw Geez. OP clearly states: "I updated my OS from LM 18.3 to LM 19". |
Can you play the video in the browser? |
|
Yes, there is no problem with playing video on the browser.
|
|
Well, as mentioned by @tmczar and @bitraid youtube-dl was installed by download and updated by command -U to the newest available version. This is the output with the exactly same command as used by @bitraid: uname -a && youtube-dl -v 'https://oload.site/embed/_NJqDjE4GGM/Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv'
Linux Kein-PC 4.15.0-38-generic #41-Ubuntu SMP Wed Oct 10 10:59:38 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', 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.
Edit: Just tried to sudo the command, but dosn't works neither... @dstftw |
Checklist
Verbose log
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.