Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Si quieres sacar todas las cadenas de subtitulos

yt-dlp --skip-download --write-subs --all-subs --allow-unplayable-formats


https://france-edge4.mubicdn.net/stream/8308950894222440775fc0e0ce54bebf/
63e73029/396aeb14/mubi-films/102817/prince-avalanc_eng_zxx_1920x800_50000_ea26999/
e9f0adfeb1/drm_playlist.fc0bd79222.ism/default/ver1.AVC1.2160p.mpd

I suppose you've already downloaded yt-dlp... In the folder of "yt-dlp.exe", go to


File > Open Windows Powershell and enter the following command:

./yt-dlp --list-formats --allow-unplayable-formats http://www.xxxxblablabla.mpd


(link of your mpd)

2- Download the audio/video stream you want, by entering its ID which is listed by
yt-dlp.

For example, if you want stream 8, the command will be like this:

./yt-dlp -f 8 --allow-unplayable-formats http://www.xxxxblablabla.mpd

yt-dlp --skip-download --write-subs --sub-langs "en, es" --allow-unplayable-formats


https://spain-edge2.mubicdn.net/stream/29dce719118cfc3971d506d38a0cb643/65a6266c/
b1b6c7e4/mubi-films/1847/burn-after-
rea_eng_zxx_1920x1080_50000_mezz42957/759ca429a5/drm_playlist.b40b0427a9.ism/
default/ver1.AVC1.2160p.mpd

You might also like