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
Please make sure the question is worded well enough to be understood
After upgrading yt-dlp to the latest version on an Ubuntu installation with pip, I get the following error:
Provide verbose output that clearly demonstrates the problem
Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
If using API, add 'verbose': True to YoutubeDL params instead
Copy the WHOLE output (starting with [debug] Command-line config) and insert it below
Complete Verbose Output
please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U',)); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U[debug] [youtube] Extracting signature function js_0af6e327_108[debug] Loading youtube-sigfuncs.js_0af6e327_108 from cacheWARNING: [youtube] nsig extraction failed: You may experience throttling for some formatsn = GomGkvHAv-JkqfLGh ; player = https://www.youtube.com/s/player/0af6e327/player_ias.vflset/en_US/base.js[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, idERROR: [youtube] ymxmBndQ1SY: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U File "/usr/local/lib/python3.6/dist-packages/yt_dlp/extractor/common.py", line 644, in extract ie_result = self._real_extract(url) File "/usr/local/lib/python3.6/dist-packages/yt_dlp/extractor/youtube.py", line 3572, in _real_extract'uploader_id': self._search_regex(r'/(?:channel|user)/([^/?&#]+)', owner_profile_url, 'uploader id') if owner_profile_url else None,
File "/usr/local/lib/python3.6/dist-packages/yt_dlp/extractor/common.py", line 1194, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
The text was updated successfully, but these errors were encountered:
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Please make sure the question is worded well enough to be understood
After upgrading yt-dlp to the latest version on an Ubuntu installation with pip, I get the following error:
Provide verbose output that clearly demonstrates the problem
yt-dlp -vU <your command line>
)'verbose': True
toYoutubeDL
params instead[debug] Command-line config
) and insert it belowComplete Verbose Output
The text was updated successfully, but these errors were encountered: