Это можно как-то починить?
yt-dlp --verbose https://youtu.be/z7Tgr8kdWKk
[debug] Command-line config: ['--verbose', 'https://youtu.be/z7Tgr8kdWKk']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, err utf-8, pref UTF-8
[debug] yt-dlp version 2021.12.27 [6223f67a8]
[debug] Python version 3.10.9 (CPython 64bit) - Linux-4.19.272-1-MANJARO-x86_64-with-glibc2.37
[debug] exe versions: ffmpeg 5.1.2 (setts), ffprobe 5.1.2, rtmpdump 2.4
[debug] Optional libraries: Cryptodome, mutagen, sqlite
[debug] Proxy map: {}
[debug] [youtube] Extracting URL: https://youtu.be/z7Tgr8kdWKk
[youtube] z7Tgr8kdWKk: Downloading webpage
[youtube] z7Tgr8kdWKk: Downloading android player API JSON
[debug] Sort order given by extractor: quality, res, fps, hdr:12, source, codec:vp9.2, lang, proto
[debug] Formats sorted by: hasvid, ie_pref, quality, res, fps, hdr:12(7), source, vcodec:vp9.2(10), acodec, lang, proto, filesize, fs_approx, tbr, vbr, abr, asr, vext, aext, hasaud, id
ERROR: [youtube] z7Tgr8kdWKk: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see https://github.com/yt-dlp/yt-dlp on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see https://github.com/yt-dlp/yt-dlp on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
File "~/.local/lib/python3.10/site-packages/yt_dlp/extractor/common.py", line 599, in extract
ie_result = self._real_extract(url)
File "~/.local/lib/python3.10/site-packages/yt_dlp/extractor/youtube.py", line 3014, in _real_extract
'uploader_id': self._search_regex(r'/(?:channel|user)/([^/?&#]+)', owner_profile_url, 'uploader id') if owner_profile_url else None,
File "~/.local/lib/python3.10/site-packages/yt_dlp/extractor/common.py", line 1173, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)