All images are mpd while watermarks are simply overlayed post. How do I go about saving the streams and decrpyting if I have the key?
https://www.passes.com/sicilyrose/3fd7eb5a-c10e-43be-b3fb-57ab67e41687
Thanks to @aqzs for finding.Code:0cd20ffb3db4574d959adbf4f2caba86:ef7cb5ba2a223b5e9cea1f779a3649b6
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 3 of 3
-
-
The profile you send doesn't match their take
[Attachment 80310 - Click to enlarge]
Small script to get commands :
HTML Code:import requests keys = ['0cd20ffb3db4574d959adbf4f2caba86:ef7cb5ba2a223b5e9cea1f779a3649b6'] def getcmd(creatorId, pinned): data = requests.post('https://www.passes.com/api/feed/profile', json={"pinned":pinned,"creatorId":creatorId}).json() for post in data['data']: if post['accessible'] == True: for content in post['contents']: mpd_url = content['signedContent']['signedUrlDash'] print(f"""N_m3u8DL-RE "{mpd_url}" --select-video best --select-audio all --select-subtitle all -mt -M format=mkv --log-level OFF --key """ + ' --key '.join(keys)) def getcreator(creatorId): getcmd(creatorId, False) getcmd(creatorId, True) def getprofile(username): creatorId = requests.post('https://www.passes.com/api/profile/get', json={"username":username}).json()['user']['userId'] getcreator(creatorId) # profil_url = 'https://www.passes.com/sicilyrose' # profil_url = 'https://www.passes.com/amukuba13' profil_url = input("Profile URL? ") username = profil_url.split('/')[-1] getprofile(username)
Similar Threads
-
Decrypting MPD videos without license url
By Sagnik in forum Video Streaming DownloadingReplies: 9Last Post: 19th May 2024, 06:55 -
MPD Link after decrypting show blank video
By vh_nospm in forum Video Streaming DownloadingReplies: 1Last Post: 14th Oct 2023, 13:29 -
mpd decrypting problem [unable to parse license - check protobufs]
By thej911 in forum Video Streaming DownloadingReplies: 4Last Post: 13th Feb 2023, 13:37 -
Hide bitmovin watermark
By takheang303 in forum Video Streaming DownloadingReplies: 3Last Post: 20th Sep 2021, 19:56 -
Help decrypting this MPD content (I have keys)
By royjeon215 in forum Video Streaming DownloadingReplies: 4Last Post: 5th May 2021, 11:41