Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to extract uploader id #31825

Closed
AndreasWelchlin opened this issue Mar 12, 2023 · 4 comments
Closed

Unable to extract uploader id #31825

AndreasWelchlin opened this issue Mar 12, 2023 · 4 comments

Comments

@AndreasWelchlin
Copy link

AndreasWelchlin commented Mar 12, 2023

I am closing this. Seems to be Fixed by #31675

I am using the latest version.

downloading https://www.youtube.com/watch?v=l28OVrWJvc8&list=PLhPyEFL5u-i0MHw41OapxjLlsl0s2XQyE&index=5

ERROR: Unable to extract uploader id; 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 815, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 836, in __extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 534, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/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 "/usr/local/bin/youtube-dl/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 .

@AndreasWelchlin
Copy link
Author

This seems already to be Fixed by #31675

@dirkf dirkf closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2023
@dirkf
Copy link
Contributor

dirkf commented Mar 12, 2023

Read #30839 (again).

@skycat2216

This comment was marked as spam.

@dirkf
Copy link
Contributor

dirkf commented Mar 12, 2023

@skycat2216, you too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants