Thanks Angela and again thanks for the work you are doing on this script it's awesome![]()
+ Reply to Thread
Results 361 to 390 of 610
-
-
And for other without the skills to find mpd or cURL, read this https://forum.videohelp.com/threads/407216-Decryption-The-Dungeon-of-Despair
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Would using the:
"Filter URL's" in FF based browsers:
https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/request_list/#fi...-by-properties
Code:regexp:license|mpd|subti
or "Filter" in Chrome based browsers:
https://developer.chrome.com/docs/devtools/network#filter
Code:/license|mpd|subti/
help?
Yes, I know each website requires specific one, but this could lead to people actually "thinking" about
why it is that they can't see something even when using "filter" ... maybe?
I could be wrong here -
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
You are welcome
The reason I have included the Subs is that when subs are not part of the manifest and therefore do not get
included in N_m3u8DL-RE download, user can opt to download himself and mux into the file manually ...
so there is a choice ..... -
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Hi Angela, thank you for getting back to my PM, I’ve downloaded this script and when I download from CH4 the video is decrypted and plays in VLC no problem, when I download from UKTV though it seems it’s still encrypted. Tried a few with the same results, Windows 11. Any suggestions much appreciated
-
I'll take a look. I'm getting odd errors too with the selector for UKTVPlay. Use Noobs starter kit meanwhile
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Et voilà https://files.videohelp.com/u/301890/uk-fta_14_7.zip fix for UKTVPlay
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
-
Hi Angela, as you may have noticed from my past few posts I've successfully learned a lot over the last 5+ days in this forum and from your stickied posts. Thank you for all the hard work and effort you've put into everything you've made. Yesterday I finally decrypted and downloaded my first video from STV. The video works as expected and the audio/video is muxed together into one mkv file. I thought I would try and use the the UKFTA next but I've come across an issue I cannot see anyone else has mentioned, so I'm reaching out to you or anyone else who might be able to help. I've followed your instructions in the read me file and I'm able to download a video from ITVX but when it comes to opening the video in VLC it says "Codec not supported: VLC could not decode the format " " (No description for this codec)". Command prompt says "Script execution finished.", so I don't think there's anything wrong with the script. I can only assume I've somehow missed a step or something else. I've also tried to download a BBC video, which again works fine, downloads, muxes together as expected and works fine in VLC. This doesn't happen when I download a video from STV and BBC, so I must have missed something in regards to a codec for ITVX?
Edit: I've also downloaded My4, My5 and UKTV-Play videos and they work fine. Tried a different ITVX video and same issue as the first.Last edited by darkell; 20th Jun 2024 at 09:01.
-
@darkell
I've seen this when trying to play a file that has 5.1 channel audio instead of stereo. Check the MKV file with Mediainfo and that will tell you what streams are in your file. Alternatively, try playing the file in something other than VLC (Celluloid on Linux works for me in these cases).
Playing such files via Plex works fine, so you may not have to worry about it. However, if you want to use VLC then simply re-encode the mkv audio into stereo using ffmpeg, or add an additional stereo stream if you think that you might need the 5.1 in the future. -
Thanks for the help. I downloaded Mediainfo and that advises it's 2 channel stereo. I've tried playing the file on other video players inc Plex and it still won't open the file. I've tried multiple videos from ITVX including news programmes, as I thought they might not be in 5.1 but still the same issue. It's only ITVX videos that are having this issue. Every other video from all the other sites work fine.
-
Unfortunately I can repeat this behaviour on my (Debian Linux) system, so it's above my abilities to help you further. I'm sure A_n_g_e_l_a will be along to wave her magic wand.
To my novice eye, everything seems to downloading correctly, and there are no errors shown during the muxing phase. I'm left wondering if this has been decoded correctly as the video format is showing as Quicktime, which I've seen before during my initial struggles. -
Last edited by A_n_g_e_l_a; 20th Jun 2024 at 11:47.
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Looks to be my error introduced in 14.6 partly.
Correction: after line 108 add this and comment out the next line starting 'keys = [key.key.hex() for key...'
Be careful to keep spacing if you are going to edit code yourself. The initial line is indented 8 spaces as is line 2. The next indents are an extra 4 each line, i.e. 12 and 16 spaces.
Code:keys = [] for key in cdm.get_keys(session_id): if key.type == 'CONTENT': keys.append(f"{key.kid.hex}:{key.key.hex()}")
The error was mine, with a bad edit during a general code clean-up: keys were being returned without the KeyId - so only one half of the pair KeyId:Key was being returned. Because it all downloaded fine I never spotted it was unplayable.Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
A_n_g_e_l_a, it seems that a series search on UKTV lists the episodes starting at Zero instead of 1. (e.g. Bangers & Cash Restoring Classics: The latest episode is 6, but it's shown as 5). I've not noticed this behaviour on any other channels.
It's only cosmetic, of course, but I thought you might like to add it to your to-do list. -
-
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
https://files.videohelp.com/u/301890/uk-fta_14_8.zip Latest update. Fix for ITV non-playable video and Episode sequence incorrect UKTVPlay.
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
You're a star, thank you!
Feel free to ignore any bug reports I makebut I used to wrangle / herd software engineers for a living, so I do know what you people really like!
-
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Don't forget - life become easier if you -
[Attachment 80084 - Click to enlarge]
set the gui to always be on top!Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Where did it go?
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Mmm. Windows is naff isn't it? Install PowerToys; Google said. So I did. An now winkey+ctrl+T sets 'always on top'.
[Attachment 80087 - Click to enlarge]Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip
Similar Threads
-
Hot air on the tape.
By Litaiff in forum Capturing and VCRReplies: 2Last Post: 24th Jan 2023, 12:43 -
4K Video Downloader free or money?
By Jomapil1 in forum Video Streaming DownloadingReplies: 8Last Post: 29th Sep 2020, 10:33 -
Simplest and quickest free video downloader ?
By arcadianne in forum Newbie / General discussionsReplies: 28Last Post: 27th Feb 2019, 20:29 -
Using TV downloader
By frankopstaele in forum Newbie / General discussionsReplies: 0Last Post: 2nd Feb 2019, 18:44 -
Downloading Ustream Off-Air / No Videos?
By lemonmellow in forum Video Streaming DownloadingReplies: 1Last Post: 25th Oct 2018, 10:42