Openload doesn't work #17347

Closed
opened 2026-02-21 08:10:33 -05:00 by deekerman · 9 comments
Owner

Originally created by @Jan-NiklasB on GitHub (Jul 7, 2019).

Checklist

  • 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.

Originally created by @Jan-NiklasB on GitHub (Jul 7, 2019). <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2019.07.02. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. - Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser. - Make sure that all URLs and arguments with special characters are properly quoted or escaped as explained in http://yt-dl.org/escape. - Search the bugtracker for similar issues: http://yt-dl.org/search-issues. DO NOT post duplicates. - Finally, put x into all relevant boxes (like this [x]) --> - [x] I'm reporting a broken site support - [x] I've verified that I'm running youtube-dl version **2019.07.02** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [x] (Do all seem to be incomplete) I've searched the bugtracker for similar issues including closed ones ## Verbose log <!-- Provide the complete verbose output of youtube-dl that clearly demonstrates the problem. Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this: [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 [debug] youtube-dl version 2019.07.02 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4 [debug] Proxy map: {} <more lines> --> ``` 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.
deekerman 2026-02-21 08:10:33 -05:00
Author
Owner

@Jan-NiklasB commented on GitHub (Jul 7, 2019):

Any Idea where the Problem could be?
The error still is there on my PC.
Only thing I changed since last time it worked is that I updated my OS from LM 18.3 to LM 19

@Jan-NiklasB commented on GitHub (Jul 7, 2019): Any Idea where the Problem could be? The error still is there on my PC. Only thing I changed since last time it worked is that I updated my OS from LM 18.3 to LM 19
Author
Owner

@tmczar commented on GitHub (Jul 11, 2019):

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.)

@tmczar commented on GitHub (Jul 11, 2019): 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.)
Author
Owner

@Jan-NiklasB commented on GitHub (Jul 11, 2019):

@dstftw could it be a problem regarding only Ubuntu based operating Systems?
Which OS hace you used for trying to reproduce this problem

@Jan-NiklasB commented on GitHub (Jul 11, 2019): @dstftw could it be a problem regarding only Ubuntu based operating Systems? Which OS hace you used for trying to reproduce this problem
Author
Owner

@tmczar commented on GitHub (Jul 11, 2019):

@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:
Ubuntu 18: does not work (checked two times, once on fresh install of Ubuntu with only phantomjs and youtube-dl installed)
Mint 18: works perfectly (please note, that Mint 18 is based on Ubuntu 16, while Mint 19 which @Jan-NiklasB uses is based on Ubuntu 18 and does not work)
These results strongly suggest, that something on Ubuntu 18 creates conflict with youtube-dl on openload.

@tmczar commented on GitHub (Jul 11, 2019): @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: Ubuntu 18: does not work (checked two times, once on fresh install of Ubuntu with only phantomjs and youtube-dl installed) Mint 18: works perfectly (please note, that Mint 18 is based on Ubuntu 16, while Mint 19 which @Jan-NiklasB uses is based on Ubuntu 18 and does not work) These results strongly suggest, that something on Ubuntu 18 creates conflict with youtube-dl on openload.
Author
Owner

@dstftw commented on GitHub (Jul 11, 2019):

This has nothing to do with OS as OP clearly states it worked before. Most likely your are just banned.

@dstftw commented on GitHub (Jul 11, 2019): This has nothing to do with OS as OP clearly states it worked before. Most likely your are just banned.
Author
Owner

@tmczar commented on GitHub (Jul 11, 2019):

@dstftw Geez. OP clearly states: "I updated my OS from LM 18.3 to LM 19".
Also, half of test was done on one machine: Linux Mint (LM) 18 was working, and then i've used Live version of Ubuntu 18, installed phantomjs and downloaded fresh youtube-dl, and it was not working, so it is no ban.
I will say this again: OP had system based on Ubuntu 16, and youtube-dl was working. Then he updated system to the one based on Ubuntu 18 and it broke.
I've checked this lead, and got results showing, that everything is ok on Ubuntu 16, but "just does not work" on Ubuntu 18.
This problem is easily reproducible: just stick Ubuntu 18 Live USB to the comp, and try to use youtube-dl to download something from openload - You will get the same errors as us.

@tmczar commented on GitHub (Jul 11, 2019): @dstftw Geez. OP clearly states: "I updated my OS from LM 18.3 to LM 19". Also, half of test was done on one machine: Linux Mint (LM) 18 was working, and then i've used Live version of Ubuntu 18, installed phantomjs and downloaded fresh youtube-dl, and it was not working, so it is no ban. I will say this again: OP had system based on Ubuntu 16, and youtube-dl was working. Then he updated system to the one based on Ubuntu 18 and it broke. I've checked this lead, and got results showing, that everything is ok on Ubuntu 16, but "just does not work" on Ubuntu 18. This problem is easily reproducible: just stick Ubuntu 18 Live USB to the comp, and try to use youtube-dl to download something from openload - You will get the same errors as us.
Author
Owner

@bitraid commented on GitHub (Jul 11, 2019):

$ uname -a && youtube-dl -v 'https://oload.site/embed/_NJqDjE4GGM/Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv'
Linux ubuntu 4.18.0-15-generic #16~18.04.1-Ubuntu SMP Thu Feb 7 14:06:04 UTC 2019 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.06.27
[debug] Python version 2.7.15rc1 (CPython) - Linux-4.18.0-15-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: phantomjs 2.1.1
[debug] Proxy map: {}
[Openload] _NJqDjE4GGM: Downloading embed webpage
[Openload] _NJqDjE4GGM: Executing JS on webpage
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on u'https://oload.site/stream/_NJqDjE4GGM~1562954300~2a02:587::~vgrHJCE8?mime=true'
[download] Destination: Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv.mp4-_NJqDjE4GGM.mp4
[download]   1.8% of 218.17MiB at  4.06MiB/s ETA 00:52^C
ERROR: Interrupted by user

Can you play the video in the browser?

@bitraid commented on GitHub (Jul 11, 2019): ``` $ uname -a && youtube-dl -v 'https://oload.site/embed/_NJqDjE4GGM/Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv' Linux ubuntu 4.18.0-15-generic #16~18.04.1-Ubuntu SMP Thu Feb 7 14:06:04 UTC 2019 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.06.27 [debug] Python version 2.7.15rc1 (CPython) - Linux-4.18.0-15-generic-x86_64-with-Ubuntu-18.04-bionic [debug] exe versions: phantomjs 2.1.1 [debug] Proxy map: {} [Openload] _NJqDjE4GGM: Downloading embed webpage [Openload] _NJqDjE4GGM: Executing JS on webpage [debug] Default format spec: best/bestvideo+bestaudio [debug] Invoking downloader on u'https://oload.site/stream/_NJqDjE4GGM~1562954300~2a02:587::~vgrHJCE8?mime=true' [download] Destination: Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv.mp4-_NJqDjE4GGM.mp4 [download] 1.8% of 218.17MiB at 4.06MiB/s ETA 00:52^C ERROR: Interrupted by user ``` Can you play the video in the browser?
Author
Owner

@tmczar commented on GitHub (Jul 11, 2019):

Yes, there is no problem with playing video on the browser.
youtube-dl is installed by directly downloading.

$ uname -a & youtube-dl --verbose https://oload.site/embed/_NJqDjE4GGM/Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv
[1] 8128
Linux navita 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[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-54-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: 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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/openload.py", line 429, in _real_extract
    'stream URL')
  File "/usr/local/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.
@tmczar commented on GitHub (Jul 11, 2019): Yes, there is no problem with playing video on the browser. youtube-dl is installed by directly downloading. ``` $ uname -a & youtube-dl --verbose https://oload.site/embed/_NJqDjE4GGM/Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv [1] 8128 Linux navita 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [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-54-generic-x86_64-with-Ubuntu-18.04-bionic [debug] exe versions: 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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) File "/usr/local/bin/youtube-dl/youtube_dl/extractor/openload.py", line 429, in _real_extract 'stream URL') File "/usr/local/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. ```
Author
Owner

@Jan-NiklasB commented on GitHub (Jul 13, 2019):

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:

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

@Jan-NiklasB commented on GitHub (Jul 13, 2019): 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: <pre>uname -a &amp;&amp; youtube-dl -v &apos;https://oload.site/embed/_NJqDjE4GGM/Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv&apos; 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&apos;-v&apos;, u&apos;https://oload.site/embed/_NJqDjE4GGM/Futurama.S06E16.Ghost.in.the.Machines.720p.BluRay.DD5.1.x264-CtrlHD.mkv&apos;] [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 <font color="#CC0000">ERROR:</font> Unable to extract <font color="#3465A4">stream URL</font>; 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 &quot;/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py&quot;, line 796, in extract_info ie_result = ie.extract(url) File &quot;/usr/bin/youtube-dl/youtube_dl/extractor/common.py&quot;, line 530, in extract ie_result = self._real_extract(url) File &quot;/usr/bin/youtube-dl/youtube_dl/extractor/openload.py&quot;, line 429, in _real_extract &apos;stream URL&apos;) File &quot;/usr/bin/youtube-dl/youtube_dl/extractor/common.py&quot;, line 1005, in _search_regex raise RegexNotFoundError(&apos;Unable to extract %s&apos; % _name) RegexNotFoundError: Unable to extract <font color="#3465A4">stream URL</font>; 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.</pre> Edit: Just tried to sudo the command, but dosn't works neither... @dstftw
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#17347
No description provided.