You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ X] I've verified that I'm running youtube-dl version 2021.12.17
[ 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] I've searched the bugtracker for similar bug reports including closed ones
[ X] I've read bugs section in FAQ
There is a similar issue, but the discussion that follows relates to ITV urls
Verbose log
The address is taken from the control-click menu item choices of the available web page.
youtube-dl https://youtu.be/kemukciHN8M --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://youtu.be/kemukciHN8M', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Git HEAD: 2b4cfb033
[debug] Python version 3.10.10 (CPython) - macOS-12.3-arm64-arm-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] kemukciHN8M: Downloading webpage
[youtube] kemukciHN8M: Downloading player 30857836
ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/opt/homebrew/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 815, in wrapper
return func(self, *args, **kwargs)
File "/opt/homebrew/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 836, in __extract_info
ie_result = ie.extract(url)
File "/opt/homebrew/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/extractor/common.py", line 534, in extract
ie_result = self._real_extract(url)
File "/opt/homebrew/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/extractor/youtube.py", line 1794, in _real_extract
'uploader_id': self._search_regex(r'/(?:channel|user)/([^/?&#]+)', owner_profile_url, 'uploader id') if owner_profile_url else None,
File "/opt/homebrew/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/extractor/common.py", line 1012, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
The HTML video tag has: <video tabindex="-1" class="video-stream html5-main-video" webkit-playsinline="" playsinline="" controlslist="nodownload" style="width: 1090px; height: 354px; left: 0px; top: 0px;" src="blob:https://www.youtube-nocookie.com/75346055-471a-498b-b269-8567239ef6e4"></video>,
but is of no immediate use(to this user at least)
Description
the requested URL does not initiate the download. other attempts with alternative utube domains (seen in the past) have failed (not even finding the file).
The error implies the file exists, but - almost immediately after seeing Downloading webpage hits the error. Thus potentially an issue with the name of the file
The text was updated successfully, but these errors were encountered:
dvodvo
changed the title
After update, unable to extract. RegexNotFoundError
After update, unable to extract. RegexNotFoundError on uploader id
Jul 18, 2023
The downloading was executed after uninstalling and re-installing youtube-dl. (via homebrew on MAC OSX)
brew uninstall youtube-dl
brew install youtube-dl
May I suggest that the error message be adapted.
The notion of update, or as brew required upgrade, is misleading.
A fresh install was required.
dvodvo
changed the title
After update, unable to extract. RegexNotFoundError on uploader id
After update, unable to extract. RegexNotFoundError on uploader id. OSX Homebrew
Jul 18, 2023
Checklist
ran
There is a similar issue, but the discussion that follows relates to ITV urls
Verbose log
The address is taken from the control-click menu item choices of the available web page.
The HTML video tag has:
<video tabindex="-1" class="video-stream html5-main-video" webkit-playsinline="" playsinline="" controlslist="nodownload" style="width: 1090px; height: 354px; left: 0px; top: 0px;" src="blob:https://www.youtube-nocookie.com/75346055-471a-498b-b269-8567239ef6e4"></video>
,but is of no immediate use(to this user at least)
Description
the requested URL does not initiate the download. other attempts with alternative utube domains (seen in the past) have failed (not even finding the file).
The error implies the file exists, but - almost immediately after seeing
Downloading webpage
hits the error. Thus potentially an issue with the name of the fileThe text was updated successfully, but these errors were encountered: