How could I download the subtitles from Paramount Plus as in this movie for example?
https://www.paramountplus.com/movies/a-quiet-place-part-ii/BcTZQV_RJe6L3UVVY9PTN4rHb6_wKquY/
Edit: I found a method for downloading the subtitles from Paramount Plus by using yt-dlp for downloading the subtitles.
https://github.com/yt-dlp/yt-dlp/releasesCode:yt-dlp --write-subs --skip-download "https://www.paramountplus.com/movies/a-quiet-place-part-ii/BcTZQV_RJe6L3UVVY9PTN4rHb6_wKquY/"
Closed Thread
Results 1 to 22 of 22
-
Last edited by essam315; 4th Sep 2021 at 09:48.
-
-
@essam315, I get the following error message, any solution?
yt-dlp --write-subs --allow-unplayable-formats --skip-download "https://www.paramountplus.com/movies/a-quiet-place-part-ii/BcTZQV_RJe6L3UVVY9PTN4rHb6_wKquY/"
WARNING: You have asked for unplayable formats to be listed/downloaded. This is a developer option intended for debugging. If you experience any issues while using this option, DO NOT open a bug report
[ParamountPlus] BcTZQV_RJe6L3UVVY9PTN4rHb6_wKquY: Downloading JSON metadata
ERROR: [ParamountPlus] BcTZQV_RJe6L3UVVY9PTN4rHb6_wKquY: Unable to download JSON metadata: HTTP Error 403: Forbidden (caused by <HTTPError 403: 'Forbidden'>); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see https://github.com/yt-dlp/yt-dlp on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
-
SubtitleEdit does not recognize the subtitle format, why? Apparently the subtitle is downloaded in an unknown format.
Edit: I am using the latest version of yt-dlp.Last edited by raylink; 4th Sep 2021 at 11:56.
-
This method will work outside the US:
Press F12 and press on Network search for _cenc_dash/stream.mpd then play the video and you will get a link like this one
https://vod-gcs-cedexis.cbsaavideo.com/intl_vms/2021/06/24/1913517635745/713198_cenc_dash/stream.mpd
replace _cenc_dash/stream.mpd with _fp_hls/master.m3u8 and you will get this new link
https://vod-gcs-cedexis.cbsaavideo.com/intl_vms/2021/06/24/1913517635745/713198_fp_hls/master.m3u8
use this command with yt-dlp.exe
Code:yt-dlp --write-subs --skip-download -N 20 "https://vod-gcs-cedexis.cbsaavideo.com/intl_vms/2021/06/24/1913517635745/713198_fp_hls/master.m3u8" --output "a-quiet-place-part-ii"
To get the links with m3u8 without the need for the replacing, in case the replacing did not work, install this extension on google Chrome
https://chrome.google.com/webstore/detail/user-agent-switcher-and-m/bhchdcejhohfmigjafbampogmaanbfkg
then choose in it Safari, Mac OS and Safari 14.1 then press on "Apply (all windows), and open Paramount Plus in a new page, then press on F12 and in Network search for m3u8 then play the video, it will not start but you will get the link in m3u8.
https://imgur.com/a/sdh5kdK
after you finish getting the links, press on "Reset".Last edited by essam315; 6th Sep 2021 at 14:30.
-
Sorry to bother but I got a problem, I read the post about downloading Paramount subtitles but I couldn't get them work, no "_cenc_dash/stream.mpd" found, but I found "master.m3u8", it contains just this:
https://www.dropbox.com/s/n2rylxb3s6ldn05/master.rar?dl=0
so could you help me, what I should do.
-
What is the command to download Paramount Plus videos?
[Attachment 62305 - Click to enlarge]
Similar Threads
-
Help Downloading MPD File
By thegeek in forum Video Streaming DownloadingReplies: 4Last Post: 12th Apr 2021, 05:46 -
Help downloading MPD from Kanopy
By dzigelbaum in forum Video Streaming DownloadingReplies: 11Last Post: 9th Apr 2021, 22:07 -
Help downloading MPD Dash
By axnspain in forum Video Streaming DownloadingReplies: 2Last Post: 9th Dec 2020, 03:09 -
Help downloading manifest mpd
By therain in forum Video Streaming DownloadingReplies: 1Last Post: 3rd Nov 2020, 13:26 -
Need help downloading mpd fragments
By sp123 in forum Video Streaming DownloadingReplies: 4Last Post: 17th Jan 2019, 11:25