No srt file downloaded after switching to --HEAD to overcome the uploader id warning #26267

Open
opened 2026-02-21 13:03:37 -05:00 by deekerman · 0 comments
Owner

Originally created by @simkimsia on GitHub (Apr 26, 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

kimsia@kimsia-MBP2021 ~ % youtube-dl --write-auto-sub --sub-format srt --skip-download 'https://www.youtube.com/watch?v=2Wn-OJSgVQs' --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--write-auto-sub', '--sub-format', 'srt', '--skip-download', 'https://www.youtube.com/watch?v=2Wn-OJSgVQs', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Git HEAD: 763c41f00
[debug] Python version 3.11.3 (CPython) - macOS-13.3.1-arm64-arm-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] 2Wn-OJSgVQs: Downloading webpage
WARNING: 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.
[debug] Default format spec: best/bestvideo+bestaudio

Description

I know this falls under the uploader id which is already fixed https://github.com/ytdl-org/youtube-dl/issues/31530

see the original log from above.

I have also reinstalled using homebrew by first uninstalling then reinstalling youtube-dl

kimsia@kimsia-MBP2021 ~ % brew uninstall youtube-dl
Uninstalling /opt/homebrew/Cellar/youtube-dl/2021.12.17... (2,412 files, 22.7MB)
kimsia@kimsia-MBP2021 ~ % brew install youtube-dl
==> Fetching youtube-dl
==> Downloading https://ghcr.io/v2/homebrew/core/youtube-dl/manifests/2021.12.17
Already downloaded: /Users/kimsia/Library/Caches/Homebrew/downloads/af4e009121ff7543121df7c09854a632e93503182cf834b087ae0a5c76d6c62d--youtube-dl-2021.12.17-2.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/youtube-dl/blobs/sha256:1785d92
Already downloaded: /Users/kimsia/Library/Caches/Homebrew/downloads/ccb915ea24581bba9844d03ed11173ef62346d1d436c136e84466ccb2104df69--youtube-dl--2021.12.17.arm64_ventura.bottle.2.tar.gz
==> Pouring youtube-dl--2021.12.17.arm64_ventura.bottle.2.tar.gz
🍺  /opt/homebrew/Cellar/youtube-dl/2021.12.17: 1,596 files, 16.3MB
==> Running `brew cleanup youtube-dl`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

I have also read the instruction at the comment https://github.com/ytdl-org/youtube-dl/issues/31530#issuecomment-1520185289
which recommends that I tried nightly build.

So I did.

kimsia@kimsia-MBP2021 ~ % brew install youtube-dl --HEAD
==> Fetching youtube-dl
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/df26d4c
Already downloaded: /Users/kimsia/Library/Caches/Homebrew/downloads/a84e27d22577fbefdf8bd9a9cc680b8208f2525813c3e71cff110e628a1ac3c1--youtube-dl.rb
==> Cloning https://github.com/ytdl-org/youtube-dl.git
Updating /Users/kimsia/Library/Caches/Homebrew/youtube-dl--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 211cbfd5d [jsinterp] Minimally handle arithmetic operator precedence
==> make PREFIX=/opt/homebrew/Cellar/youtube-dl/HEAD-211cbfd MANDIR=/opt/homebre
==> Caveats
zsh completions have been installed to:
  /opt/homebrew/share/zsh/site-functions
==> Summary
🍺  /opt/homebrew/Cellar/youtube-dl/HEAD-211cbfd: 11 files, 2.3MB, built in 6 seconds
==> Running `brew cleanup youtube-dl`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Removing: /Users/kimsia/Library/Caches/Homebrew/youtube-dl--ruby-source--HEAD.rb... (2.6KB)
Removing: /Users/kimsia/Library/Caches/Homebrew/youtube-dl--2021.12.17... (4.3MB)

Now the error is overcome, but no visible output. As in I cannot see any files of the subtitles downloaded. I have searched my system using the 2Wn-OJSgVQs as part of filename

kimsia@kimsia-MBP2021 ~ % youtube-dl --write-auto-sub --sub-format srt --skip-download 'https://www.youtube.com/watch?v=2Wn-OJSgVQs' --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--write-auto-sub', '--sub-format', 'srt', '--skip-download', 'https://www.youtube.com/watch?v=2Wn-OJSgVQs', '--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.3 (CPython) - macOS-13.3.1-arm64-arm-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] 2Wn-OJSgVQs: Downloading webpage
[youtube] 2Wn-OJSgVQs: Downloading player d87d581f
[debug] [youtube] Decrypted nsig LHkD7B1qQHsMmYkLr => fq_ndnspIZdpeg
[debug] [youtube] Decrypted nsig ZSIO6EZeUcBThbV9q => lHBsNR4Bmvjuxg
[debug] Default format spec: best/bestvideo+bestaudio

Stil nothing. I am on macOS 13.3.1 (22E261)

Originally created by @simkimsia on GitHub (Apr 26, 2023). <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2021.12.17. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. - Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser. - Make sure that all URLs and arguments with special characters are properly quoted or escaped as explained in http://yt-dl.org/escape. - Search the bugtracker for similar issues: http://yt-dl.org/search-issues. DO NOT post duplicates. - Read bugs section in FAQ: http://yt-dl.org/reporting - Finally, put x into all relevant boxes (like this [x]) --> - [ ] I'm reporting a broken site support issue - [x] I've verified that I'm running youtube-dl version **2021.12.17** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [x] I've searched the bugtracker for similar bug reports including closed ones - [x] I've read bugs section in FAQ ## Verbose log <!-- Provide the complete verbose output of youtube-dl that clearly demonstrates the problem. Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this: [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 [debug] youtube-dl version 2021.12.17 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4 [debug] Proxy map: {} <more lines> --> ``` kimsia@kimsia-MBP2021 ~ % youtube-dl --write-auto-sub --sub-format srt --skip-download 'https://www.youtube.com/watch?v=2Wn-OJSgVQs' --verbose [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['--write-auto-sub', '--sub-format', 'srt', '--skip-download', 'https://www.youtube.com/watch?v=2Wn-OJSgVQs', '--verbose'] [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 [debug] youtube-dl version 2021.12.17 [debug] Git HEAD: 763c41f00 [debug] Python version 3.11.3 (CPython) - macOS-13.3.1-arm64-arm-64bit [debug] exe versions: none [debug] Proxy map: {} [youtube] 2Wn-OJSgVQs: Downloading webpage WARNING: 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. [debug] Default format spec: best/bestvideo+bestaudio ``` ## Description <!-- Provide an explanation of your issue in an arbitrary form. Please make sure the description is worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. Provide any additional information, suggested solution and as much context and examples as possible. If work on your issue requires account credentials please provide them or explain how one can obtain them. --> I know this falls under the uploader id which is already fixed https://github.com/ytdl-org/youtube-dl/issues/31530 see the original log from above. I have also reinstalled using homebrew by first uninstalling then reinstalling youtube-dl ``` kimsia@kimsia-MBP2021 ~ % brew uninstall youtube-dl Uninstalling /opt/homebrew/Cellar/youtube-dl/2021.12.17... (2,412 files, 22.7MB) kimsia@kimsia-MBP2021 ~ % brew install youtube-dl ==> Fetching youtube-dl ==> Downloading https://ghcr.io/v2/homebrew/core/youtube-dl/manifests/2021.12.17 Already downloaded: /Users/kimsia/Library/Caches/Homebrew/downloads/af4e009121ff7543121df7c09854a632e93503182cf834b087ae0a5c76d6c62d--youtube-dl-2021.12.17-2.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/youtube-dl/blobs/sha256:1785d92 Already downloaded: /Users/kimsia/Library/Caches/Homebrew/downloads/ccb915ea24581bba9844d03ed11173ef62346d1d436c136e84466ccb2104df69--youtube-dl--2021.12.17.arm64_ventura.bottle.2.tar.gz ==> Pouring youtube-dl--2021.12.17.arm64_ventura.bottle.2.tar.gz 🍺 /opt/homebrew/Cellar/youtube-dl/2021.12.17: 1,596 files, 16.3MB ==> Running `brew cleanup youtube-dl`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). ``` I have also read the instruction at the comment https://github.com/ytdl-org/youtube-dl/issues/31530#issuecomment-1520185289 which recommends that I tried nightly build. So I did. ``` kimsia@kimsia-MBP2021 ~ % brew install youtube-dl --HEAD ==> Fetching youtube-dl ==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/df26d4c Already downloaded: /Users/kimsia/Library/Caches/Homebrew/downloads/a84e27d22577fbefdf8bd9a9cc680b8208f2525813c3e71cff110e628a1ac3c1--youtube-dl.rb ==> Cloning https://github.com/ytdl-org/youtube-dl.git Updating /Users/kimsia/Library/Caches/Homebrew/youtube-dl--git ==> Checking out branch master Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 211cbfd5d [jsinterp] Minimally handle arithmetic operator precedence ==> make PREFIX=/opt/homebrew/Cellar/youtube-dl/HEAD-211cbfd MANDIR=/opt/homebre ==> Caveats zsh completions have been installed to: /opt/homebrew/share/zsh/site-functions ==> Summary 🍺 /opt/homebrew/Cellar/youtube-dl/HEAD-211cbfd: 11 files, 2.3MB, built in 6 seconds ==> Running `brew cleanup youtube-dl`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). Removing: /Users/kimsia/Library/Caches/Homebrew/youtube-dl--ruby-source--HEAD.rb... (2.6KB) Removing: /Users/kimsia/Library/Caches/Homebrew/youtube-dl--2021.12.17... (4.3MB) ``` Now the error is overcome, but no visible output. As in I cannot see any files of the subtitles downloaded. I have searched my system using the `2Wn-OJSgVQs` as part of filename ``` kimsia@kimsia-MBP2021 ~ % youtube-dl --write-auto-sub --sub-format srt --skip-download 'https://www.youtube.com/watch?v=2Wn-OJSgVQs' --verbose [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['--write-auto-sub', '--sub-format', 'srt', '--skip-download', 'https://www.youtube.com/watch?v=2Wn-OJSgVQs', '--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.3 (CPython) - macOS-13.3.1-arm64-arm-64bit [debug] exe versions: none [debug] Proxy map: {} [youtube] 2Wn-OJSgVQs: Downloading webpage [youtube] 2Wn-OJSgVQs: Downloading player d87d581f [debug] [youtube] Decrypted nsig LHkD7B1qQHsMmYkLr => fq_ndnspIZdpeg [debug] [youtube] Decrypted nsig ZSIO6EZeUcBThbV9q => lHBsNR4Bmvjuxg [debug] Default format spec: best/bestvideo+bestaudio ``` Stil nothing. I am on macOS 13.3.1 (22E261)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#26267
No description provided.