Hi everyone.
I am brand new to downloading so don't have a lot of experience with coding etc.
I have got yt-dlp, and I am looking to download Taggart from UKTVPlay streaming website:
https://uktvplay.uktv.co.uk/shows/taggart/watch-online
However, it is DRM protected. I have tried various commands including allow-unplayable-formats but it just downloads an unplayable file.
The biggest file size it will download, is 1.67GB, however I know that the first episode of Taggart (https://uktvplay.uktv.co.uk/shows/taggart/watch-online/5818536596001) is 2.70GB and when downloaded from UKTVPlay stream, the file name is called Taggart - Killer (06_09_1983)-6248909895001.mp4
However, I can't figure out how to download that particular file.
Can anyone please help me with how to do it in easy steps?
Thanks so much.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 9 of 9
-
-
dev tools in your browser, find mpd
copy the url
with yt-dlp
yt-dlp -F --allow-u <mpd url>
you'll get a list of streams, audio ony and video only
use
yt-dlp --allow-u <mpd url>
to download the default best audio and video streams
use
yt-dlp -f <stream-id> --allow-u <mpd url>
to download individual streams. -
Last edited by JustTheWayItIs; 14th Feb 2022 at 15:44.
-
Use Notaghost's site
http://getwvkeys.cc/
It works well to find your keys.
[Attachment 63402 - Click to enlarge] -
You do know that Taggart is available on stv.tv and is not DRM protected there? yt-dlp works fine.
The only hassle - there are 104 programmes - is getting all the links as STV try to hide them.
I wrote a python wrapper for my own use that parses json __NEXT_DATA__. to get the links That works well in STVs 'summary' html pages, yt-dlp just works through the list without the need to create an intermediate batch file.. But if there are series on the summary page only the initial series gets picked up. I reverted to doing it by hand. -
Stv usually works with the url, no need to go looking for mpd. At least in my experience of STV.
Edit: Looks like some things have changed over at STV. Ignore that earlier response.Last edited by Sorenb; 18th Feb 2022 at 12:02.
-
-
manifest instead of mpd.
The URL address will give you hints as to what is or isn't drm'd too.
Similar Threads
-
Need Help Downloading this
By daigo99 in forum Video Streaming DownloadingReplies: 16Last Post: 20th Jul 2021, 18:58 -
Downloading From FS
By Abraham in forum Video Streaming DownloadingReplies: 1Last Post: 29th Jul 2020, 04:39 -
Need help with downloading
By DWIChannel in forum Video Streaming DownloadingReplies: 2Last Post: 16th Jul 2020, 10:27 -
how to stream uktvplay.uktv.co.uk video files and remove the drm
By elm in forum Video Streaming DownloadingReplies: 5Last Post: 31st Dec 2018, 05:42 -
Please help me downloading from this site
By munununu in forum Video Streaming DownloadingReplies: 2Last Post: 15th Jul 2017, 13:21