RazorDK, switch to Season 4 and select the latest episode instead of hitting the Big blue "Watch NOW" button. I've seen that happen a couple times when just hitting watch now and it not finding subs, but If I start with a specific episode instead it finds the subs
Announcement
Collapse
No announcement yet.
StreamFab v5.0.1.6 - Paramount+ not downloading subtitles
Collapse
X
-
Originally posted by AGuyWithAComputer View PostRazorDK, switch to Season 4 and select the latest episode instead of hitting the Big blue "Watch NOW" button. I've seen that happen a couple times when just hitting watch now and it not finding subs, but If I start with a specific episode instead it finds the subs
Comment
-
If it's only the subtitles you need
Get yt-dlp
open notepad++
copy paste this code
Remember to remove the gap between @ echo (It's a forum thing)
Code:@ echo off ECHO Insert Paramount+ MPD Here : set /p MPD= set MPD=%MPD:_cenc_dash/stream.mpd=_fp_precon_hls/master.m3u8% set MPD=%MPD:_cenc_precon_dash/stream.mpd=_fp_precon_hls/master.m3u8% echo.%MPD% yt-dlp --write-subs --sub-langs "da, fi, no, sv," --write-auto-subs --skip-download --convert-subs srt -N 40 "%MPD%" --output "sub" pause
and run it
Insert the MPD from your develpertool in your browser (F12 to open)
Comment
-
Originally posted by Bonde View PostIf it's only the subtitles you need
Get yt-dlp
open notepad++
copy paste this code
Remember to remove the gap between @ echo (It's a forum thing)
Code:@ echo off ECHO Insert Paramount+ MPD Here : set /p MPD= set MPD=%MPD:_cenc_dash/stream.mpd=_fp_precon_hls/master.m3u8% set MPD=%MPD:_cenc_precon_dash/stream.mpd=_fp_precon_hls/master.m3u8% echo.%MPD% yt-dlp --write-subs --sub-langs "da, fi, no, sv," --write-auto-subs --skip-download --convert-subs srt -N 40 "%MPD%" --output "sub" pause
and run it
Insert the MPD from your develpertool in your browser (F12 to open)
Comment
-
Originally posted by Bonde View PostIf it's only the subtitles you need
Get yt-dlp
open notepad++
copy paste this code
Remember to remove the gap between @ echo (It's a forum thing)
Code:@ echo off ECHO Insert Paramount+ MPD Here : set /p MPD= set MPD=%MPD:_cenc_dash/stream.mpd=_fp_precon_hls/master.m3u8% set MPD=%MPD:_cenc_precon_dash/stream.mpd=_fp_precon_hls/master.m3u8% echo.%MPD% yt-dlp --write-subs --sub-langs "da, fi, no, sv," --write-auto-subs --skip-download --convert-subs srt -N 40 "%MPD%" --output "sub" pause
and run it
Insert the MPD from your develpertool in your browser (F12 to open)
https://vod-gcs-cedexis.cbsaavideo.c...ash/stream.mpd
It should be a job for the developer of this StreamFab program to fix, which apparently is not a priority for themLast edited by RaZorDK; 02-28-2022, 04:21 PM.
Comment
-
Originally posted by Mona View PostThe subtitle issue has been resolved, please kindly wait for the coming v5023. Thank you.Attached FilesLast edited by RaZorDK; 03-03-2022, 04:53 PM.
Comment
-
Originally posted by RaZorDK View Post
Update to v5023 - Sorry to say, but it is not resolved. Can't chose subtitles in dropdown and no subtitle is downloaded.
I have checked with the developer regarding Paramount+ (Location Danish, Swedish, Norwegian or Finnish), it does not support downloading subtitles from those locations.
Comment
Comment