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
The last time I saw this worked correctly was on 26 November 2024.
After that, on 22 December 2024, I updated youtube-dl to version 2024.12.17 and started to see this error.
Today, tried updating to version 2025.01.01 but the error still occurs.
The text was updated successfully, but these errors were encountered:
I expect this is a side-effect of the emergency switch to the MWEB API, where the subtitles might be found in a different place or maybe not supplied. Let's see if we can find them again.
Although the subtitle data is where it was expected, the URLs are just paths that need to be completed with scheme://host (which wasn't the case with the previous source). Then, with the problem video, we get the one non-automatic subtitle:
$ python -m youtube_dl -v --skip-download --write-sub --all-subs 'https://www.youtube.com/watch?v=Z8CV-d_fYb8'[debug] System config: [u'--prefer-ffmpeg'][debug] User config: [][debug] Custom config: [][debug] Command-line args: [u'-v', u'--skip-download', u'--write-sub', u'--all-subs', u'https://www.youtube.com/watch?v=Z8CV-d_fYb8'][debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8[debug] youtube-dl version 2021.12.17[debug] Git HEAD: 176fc2cb0[debug] Python 2.7.18 (CPython i686 32bit) - Linux-4.4.0-210-generic-i686-with-Ubuntu-16.04-xenial - OpenSSL 1.1.1w 11 Sep 2023 - glibc 2.15[debug] exe versions: avconv 4.3, avprobe 4.3, ffmpeg 4.3, ffprobe 4.3[debug] Proxy map: {}[youtube] Z8CV-d_fYb8: Downloading webpage[youtube] Z8CV-d_fYb8: Downloading API JSON[debug] [youtube] Decrypted nsig 5BrwAiPglXFWk1PRG => X09r8mo0vTdhCA[debug] [youtube] Decrypted nsig U-fxiwVl1eHFyt6CP => c4MgdYO16CoNuA[debug] Default format spec: bestvideo+bestaudio/best[info] Writing video subtitles to: How to find Creative Commons Videos on YouTube (without copyrights claim)-Z8CV-d_fYb8.en.vtt
$
Checklist
Verbose log
Description
Downloading subtitle no longer works for any Youtube video. Example =
The last time I saw this worked correctly was on 26 November 2024.
After that, on 22 December 2024, I updated youtube-dl to version
2024.12.17
and started to see this error.Today, tried updating to version
2025.01.01
but the error still occurs.The text was updated successfully, but these errors were encountered: