youtube-dl: ERROR: Unable to extract uploader id
Checklist
- I’m reporting a broken site support issue
- I’ve verified that I’m running youtube-dl version 2021.12.17
- 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
- I’ve searched the bugtracker for similar bug reports including closed ones
- I’ve read bugs section in FAQ
Verbose log
u0_a131@localhost /storage/emulated/0/Video youtube-dl https://www.youtube.com/watch\?v\=qtQmuFuifzs\&list\=RDqtQmuFuifzs\&start_radio\=1 --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.youtube.com/watch?v=qtQmuFuifzs&list=RDqtQmuFuifzs&start_radio=1', '--verbose']
[debug] Encodings: locale utf-8, fs utf-8, out utf-8, pref utf-8
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.11.2 (CPython) - Linux-3.10.84-perf-gfcc38b5-04658-g8b3c663-aarch64-with-libc
[debug] exe versions: ffmpeg 5.1.2, ffprobe 5.1.2
[debug] Proxy map: {}
[youtube:tab] Downloading playlist RDqtQmuFuifzs - add --no-playlist to just download video qtQmuFuifzs
[youtube:tab] RDqtQmuFuifzs: Downloading webpage
[download] Downloading playlist: Mix - YOASOBI「好きだ」 from 『ROCK IN JAPAN FESTIVAL 2022』2022.8.06@千葉市蘇我スポーツ公園
[youtube:tab] playlist Mix - YOASOBI「好きだ」 from 『ROCK IN JAPAN FESTIVAL 2022』2022.8.06@千葉市蘇我スポーツ公園: Downloading 25 videos
[download] Downloading video 1 of 25
[youtube] qtQmuFuifzs: Downloading webpage
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 "/data/data/com.termux/files/usr/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 815, in wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 836, in __extract_info
ie_result = ie.extract(url)
^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 534, in extract
ie_result = self._real_extract(url)
^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/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 "/data/data/com.termux/files/usr/lib/python3.11/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.
Description
WRITE DESCRIPTION HERE
u0_a131@localhost /storage/emulated/0/Video youtube-dl https://www.youtube.com/watch\?v\=qtQmuFuifzs\&list\=RDqtQmuFuifzs\&start_radio\=1 [youtube:tab] Downloading playlist RDqtQmuFuifzs - add --no-playlist to just download video qtQmuFuifzs [youtube:tab] RDqtQmuFuifzs: Downloading webpage [download] Downloading playlist: Mix - YOASOBI「好きだ」 from 『ROCK IN JAPAN FESTIVAL 2022』2022.8.06@千葉市蘇我スポーツ公園 [youtube:tab] playlist Mix - YOASOBI「好きだ」 from 『ROCK IN JAPAN FESTIVAL 2022』2022.8.06@千葉市蘇我スポーツ公園: Downloading 25 videos [download] Downloading video 1 of 25 [youtube] qtQmuFuifzs: Downloading webpage 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.
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 5
- Comments: 17 (4 by maintainers)
Pip often has problems. But for others - this works:
It would be helpful when this post will not be hidden.
Use pip to install the latest git master. If your environment has no git, install it from the tar.gz supplied by GitHub instead. See #31530.
Yet not well: #30839.