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
Provide a description that is worded well enough to be understood
When open video in site player I can choose "subtitles on", and subtitles appear (russian - probably automatic subtitles). Yt-dlp says there are no subtitles.
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
[debug] Command-line config: ['-vU', '--list-subs', 'https://www.1tv.ru/shows/kukly-naslednika-tutti/vypuski/dieta-mayka-ili-posledniy-shans-pompeo-kukly-naslednika-tutti-vypusk-ot-07-02-2024']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.03.10 from yt-dlp/yt-dlp [615a84447] (zip)
[debug] Python 3.11.2 (CPython x86_64 64bit) - Linux-6.1.0-17-amd64-x86_64-with-glibc2.36 (OpenSSL 3.0.11 19 Sep 2023, glibc 2.36)
[debug] exe versions: ffmpeg 6.0.1 (fdk,setts), ffprobe 6.0.1, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.11.0, brotli-1.0.9, certifi-2022.09.24, mutagen-1.46.0, pyxattr-0.8.1, requests-2.28.1, sqlite3-3.40.1, urllib3-1.26.12, websockets-10.4
[debug] Proxy map: {}
[debug] Request Handlers: urllib
[debug] Loaded 1803 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: stable@2024.03.10 from yt-dlp/yt-dlp
yt-dlp is up to date (stable@2024.03.10 from yt-dlp/yt-dlp)
[1tv] Extracting URL: https://www.1tv.ru/shows/kukly-naslednika-tutti/vypuski/dieta-mayka-ili-posledniy-shans-pompeo-kukly-naslednika-tutti-vypusk-ot-07-02-2024
[1tv] dieta-mayka-ili-posledniy-shans-pompeo-kukly-naslednika-tutti-vypusk-ot-07-02-2024: Downloading webpage
[1tv] dieta-mayka-ili-posledniy-shans-pompeo-kukly-naslednika-tutti-vypusk-ot-07-02-2024: Downloading JSON metadata
[1tv] dieta-mayka-ili-posledniy-shans-pompeo-kukly-naslednika-tutti-vypusk-ot-07-02-2024: Downloading m3u8 information
[download] Downloading playlist: Диета Майка, или Последний шанс Помпео. Куклы наследника Тутти. Выпуск от 07.02.2024
[1tv] Playlist Диета Майка, или Последний шанс Помпео. Куклы наследника Тутти. Выпуск от 07.02.2024: Downloading 1 items of 1
[download] Downloading item 1 of 1
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, size, br, asr, proto, vext, aext, hasaud, source, id
745012 has no subtitles
[download] Finished downloading playlist: Диета Майка, или Последний шанс Помпео. Куклы наследника Тутти. Выпуск от 07.02.2024
The text was updated successfully, but these errors were encountered:
The extractor for the site doesn't currently look for subtitles.
Perhaps things have changed since the extractor was written, but the JSON downloaded may now include
a sources member that may list m3u8 with subtitles, m3u8, mp4, as well as the mbr member from which the video formats are currently extracted
a sources_subtitles member with a stand-alone subtitle URL (the site doesn't allow for multiple languages).
However, the Русский subtitles in the m3u8 are tagged English, which must be a defect in 1TV's playout system: #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs0",LANGUAGE="en",NAME="English",AUTOSELECT=YES,DEFAULT=YES,URI="index-f4.m3u8"
The stand-alone subtitles are more accurately described:
The existing code guesses a manifest URL. The HLS formats extracted from that and the two m3u8 URLs in sources appear to be duplicates, and the mp4 format in sources appears to duplicate one of the mbr formats. However the actual hostnames may differ; it's not clear whether there's any need to collect more than the MP4 formats and one set of HLS formats.
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Region
Czech
Example URLs
https://www.1tv.ru/shows/kukly-naslednika-tutti/vypuski/dieta-mayka-ili-posledniy-shans-pompeo-kukly-naslednika-tutti-vypusk-ot-07-02-2024
Provide a description that is worded well enough to be understood
When open video in site player I can choose "subtitles on", and subtitles appear (russian - probably automatic subtitles). Yt-dlp says there are no subtitles.
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: