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 #32224

Closed
1 of 6 tasks
MerzNer opened this issue May 22, 2023 · 11 comments
Closed
1 of 6 tasks

Unable to extract uploader id #32224

MerzNer opened this issue May 22, 2023 · 11 comments

Comments

@MerzNer
Copy link

MerzNer commented May 22, 2023

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

C:\Users\babbo\Desktop\yd>youtube-dl --verbose https://www.youtube.com/@francogallamini4601/videos
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/@francogallamini4601/videos']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2021.04.07
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: none
[debug] Proxy map: {}
[youtube:tab] @francogallamini4601: Downloading webpage
[download] Downloading playlist: Franco Gallamini - Videos
[youtube:tab] Downloading page 1
[youtube:tab] playlist Franco Gallamini - Videos: Downloading 39 videos
[download] Downloading video 1 of 39
[youtube] LRBFufX22AI: 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; 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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\YoutubeDL.py", line 806, in wrapper
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\extractor\common.py", line 534, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\extractor\youtube.py", line 1758, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\extractor\common.py", line 1012, in _search_regex
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; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.


Description

WRITE DESCRIPTION HERE

@cristiklein
Copy link

Same for me:

$ youtube-dl -U
youtube-dl is up-to-date (2021.12.17)

$ youtube-dl --verbose "https://youtu.be/iRkbgYvh0Wc"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://youtu.be/iRkbgYvh0Wc']
[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.10.6 (CPython) - Linux-5.15.0-33-generic-x86_64-with-glibc2.35
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] iRkbgYvh0Wc: 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; 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 "/home/cklein/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 815, in wrapper
    return func(self, *args, **kwargs)
  File "/home/cklein/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 836, in __extract_info
    ie_result = ie.extract(url)
  File "/home/cklein/bin/youtube-dl/youtube_dl/extractor/common.py", line 534, in extract
    ie_result = self._real_extract(url)
  File "/home/cklein/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 "/home/cklein/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 . 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.

@paulja
Copy link

paulja commented May 22, 2023

Same here 😥

@HrwGrW
Copy link

HrwGrW commented May 22, 2023

C:\Users...\Downloads\DL>youtube-dl --verbose https://www.youtube.com/watch?v=wqZMWzFPQHQ
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=wqZMWzFPQHQ']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.22621
[debug] exe versions: avprobe 11.3
[debug] Proxy map: {}
[youtube] wqZMWzFPQHQ: 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; 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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\YoutubeDL.py", line 815, in wrapper
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\YoutubeDL.py", line 836, in __extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\extractor\common.py", line 534, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\extractor\youtube.py", line 1794, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\extractor\common.py", line 1012, in _search_regex
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; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@revobold
Copy link

Same for me:
C:\Users...Downloads>youtube-dl --verbose https://www.youtube.com/watch?v=dWfqKcoPU9Q
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=dWfqKcoPU9Q']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.22621
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] dWfqKcoPU9Q: 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; 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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\YoutubeDL.py", line 815, in wrapper
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\YoutubeDL.py", line 836, in __extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\extractor\common.py", line 534, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\extractor\youtube.py", line 1794, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\extractor\common.py", line 1012, in _search_regex
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; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@nicolaasjan
Copy link

nicolaasjan commented May 22, 2023

✔ I've verified that I'm running youtube-dl version 2021.12.17

No, you're running 2021.04.07

Unable to extract uploader id

Already reported: #31530

Also read:
#30839

@cristiklein
Copy link

Seems like this is fixed in master:

$ git log -1
commit d1c6c5c4d618fa950813c0c71aede34a5ac851e9 (HEAD -> master, origin/master, origin/HEAD)
Author: dirkf <[email protected]>
Date:   Thu May 11 21:17:31 2023 +0100

    [core] Improve platform debug log, based on yt-dlp

$ python3 -m youtube_dl "https://youtu.be/iRkbgYvh0Wc"
[youtube] iRkbgYvh0Wc: Downloading webpage
[download] Destination: Cristian Klein - How to Operate a Secure Kubernetes Platform-iRkbgYvh0Wc.mp4
[download] 100% of 5.62MiB in 00:17

@nicolaasjan
Copy link

Seems like this is fixed in master:

$ git log -1
commit d1c6c5c4d618fa950813c0c71aede34a5ac851e9 (HEAD -> master, origin/master, origin/HEAD)
Author: dirkf <[email protected]>
Date:   Thu May 11 21:17:31 2023 +0100

    [core] Improve platform debug log, based on yt-dlp

$ python3 -m youtube_dl "https://youtu.be/iRkbgYvh0Wc"
[youtube] iRkbgYvh0Wc: Downloading webpage
[download] Destination: Cristian Klein - How to Operate a Secure Kubernetes Platform-iRkbgYvh0Wc.mp4
[download] 100% of 5.62MiB in 00:17

No, it was fixed since the merging of pull request #31675 on Feb 24. 🙂

@dirkf dirkf closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2023
@dronedrno
Copy link

Is there a solution how to repair youtube-DL? How?

@dirkf
Copy link
Contributor

dirkf commented Jun 4, 2023

#32224 (comment)

@dronedrno
Copy link

C:\Users\dirk\Downloads>youtube-dl.exe https://www.youtube.com/watch?v=9Ocyk0OgyWY
[youtube] 9Ocyk0OgyWY: 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; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

C:\Users\dirk\Downloads>youtube-dl.exe -U
youtube-dl is up-to-date (2021.12.17)

@dirkf
Copy link
Contributor

dirkf commented Jun 4, 2023

That's what #31530 tells you not to do.

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

8 participants