That's the wrong license URL, as I already said. Search for 'no_auth' instead
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 91 to 120 of 248
-
Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2
-
Ah, thank you so very much larley, I got the keys from bitmovin
[Attachment 81342 - Click to enlarge]
I will give it a go now on the website I want to try it out on. Thank you again. -
Works for me on Ubuntu 20.04
[Attachment 81343 - Click to enlarge]Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2 -
[Attachment 81345 - Click to enlarge]
larley, Thanks for not giving up on me just because I am a beginner.
Thank you and @shellcmd for your spirit of delving into.
While helping others, your program is also constantly improving. -
oh i have test on same providers
ziggo holland not work
odido holland not work
bud all other as i can test was working very fine
viaplay
yousee
allente
tvplus
and many other -
What errors are you getting?
Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2 -
[Attachment 81355 - Click to enlarge]
session not found or timeout
i am sure thad i have the coreckt lisans url fetch
becouse i am sure i was used other guuesner and thad was ok thare...Last edited by senkron24; 9th Aug 2024 at 07:56.
-
Try blocking the license URL and entering the PSSH manually
Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2 -
-
Go into the developer tools of your browser (F12), refesh the page, right click the license url, select block, and refresh again
Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2 -
Hi Guys, just a quick question, I am getting the key from a video (free website in SA), but when I download it with N_m3u8DL-RE with that key, it is still encoded.
MPD:
https://d35e5j2fj6unwl.cloudfront.net/v1/dash/4ce0d7e1802b0fac6a0a747c81f2780694495b61...0-222e2d36e9bd
This is what I use (and used in the past with wks-keys):
N_m3u8DL-RE --use-shaka-packager -M format=mkv --key 09d5bef22ceb48118799566a5d2fcc8e:95fe4ff7834ddb7d9 0a0e57d5778fadf "https://d35e5j2fj6unwl.cloudfront.net/v1/dash/4ce0d7e1802b0fac6a0a747c81f2780694495b61/Series/watchfolder/Die_Fakulteit_S01_Ep01/DASH/Die_Fakulteit_S01_Ep01.mpd?aws.sessionId=fc209aa7-91c0-4bd6-8580-222e2d36e9bd" --save-name "Die Fakulteit S01E01"
It downloads succesfully, but the video is still encrypted. -
Key is good
https://www.transfernow.net/dl/202408090UPVevn3--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
-
I just used what you wrote
Code:N_m3u8DL-RE.exe "https://d35e5j2fj6unwl.cloudfront.net/v1/dash/4ce0d7e1802b0fac6a0a747c81f2780694495b61/Series/watchfolder/Die_Fakulteit_S01_Ep01/DASH/Die_Fakulteit_S01_Ep01.mpd?aws.sessionId=fc209aa7-91c0-4bd6-8580-222e2d36e9bd" --key 09d5bef22ceb48118799566a5d2fcc8e:95fe4ff7834ddb7d90a0e57d5778fadf -M format=mkv
WARN : [aost#0:1/copy @ 000001ec84cf7d40] Non-monotonic DTS; previous: 1440021, current: 1440000; changing
to 1440021. This may result in incorrect timestamps in the output file.--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
-
Last edited by senkron24; 9th Aug 2024 at 10:06.
-
Did the license url get blocked? Are you seeing a 200 status code in the developer tools?
Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2 -
[Attachment 81357 - Click to enlarge]
yes i think i did coreckt ... -
If there's a token in the URL that chages every time then you have to remove that in the filter list (just the url without params). your screenshot still shows a status code 200
Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2 -
-
It crashed? Can you post the error from the console?
Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2 -
Out of curiosity (and because I've been bitten by this as well) and FYI: after searching around a bit I've probably found a solution for the unwanted conversion of non breaking space chars to ordinary chars: https://forum.qt.io/topic/92254/qtextedit-and-unicode-char-no-break-space/4
With this small test app the first output produces the filtered output, the second one the raw (unfiltered) output from action_cb() preserving non breaking spaces:
Code:import sys from qtpy.QtWidgets import * from qtpy.QtCore import Qt class MainWindow(QWidget): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.setWindowTitle('TextEdit') self.setMinimumWidth(400) layout = QFormLayout() self.setLayout(layout) self.text_edit = QTextEdit(self) layout.addRow(self.text_edit) action = QPushButton('Press me', self) action.clicked.connect(self.action_cb) layout.addRow(action) self.show() def action_cb(self): print(self.text_edit.toPlainText()) print(self.text_edit.document().toRawText()) if __name__ == '__main__': app = QApplication(sys.argv) window = MainWindow() sys.exit(app.exec())
-
Thanks for the tip, I wasn't able to find anything.
I won't change it back though, because I'll probably get complaints about the program not 'working', although I don't like the fact that you have to paste the PSSH - if needed - first.Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2 -
Yeah - especially because your app works very well now.
I'm playing around with it in my app, and I now have trouble decoding a "copy as fetch" from Firefox - it seems Firefox inserts \u2029 after "{" which json.loads() doesn't like... -
first of all thanks for the great work
Last edited by thej911; 11th Aug 2024 at 05:30.
-
Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2
-
Thanks for the offer, but it's not necessary; I'll stay with my "copy as curl" parser for now and won't pursue the "copy as fetch" route further.
-
requests.exceptions.SSLError: HTTPSConnectionPool(host='fwp.now.com', port=443): Max retries exceeded with url: /wrapperWV (Caused by SSLError(SSLError(1, '[SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1000)')))
An error occurred while running -
guesser failed on Rakuten.tv
see this post please https://forum.videohelp.com/threads/415646-Need-help-with-Rakuten-italy#post2747192
Similar Threads
-
Need help with lic.drmtoday.com license server
By TheGreatUnknown90 in forum Video Streaming DownloadingReplies: 51Last Post: 20th May 2024, 14:33 -
help with new license server for get decryption keys. (i have cdm keys)
By savi4u in forum Video Streaming DownloadingReplies: 11Last Post: 11th May 2024, 03:30 -
Same PSSH, different license gives differnet keys?
By Devilman in forum Video Streaming DownloadingReplies: 8Last Post: 15th Jul 2023, 09:03 -
can somebody help me with lic url?
By dkdb in forum Video Streaming DownloadingReplies: 0Last Post: 18th Dec 2021, 23:37 -
How to obtain mpd url and license url
By pepperx in forum Newbie / General discussionsReplies: 0Last Post: 1st Oct 2021, 16:05