VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. 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

    Code:
    0cd20ffb3db4574d959adbf4f2caba86:ef7cb5ba2a223b5e9cea1f779a3649b6
    Thanks to @aqzs for finding.
    Quote Quote  
  2. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    The profile you send doesn't match their take
    Image
    [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)
    Downloading removed watermark on videos.
    Quote Quote  
  3. Originally Posted by aqzs View Post
    The profile you send doesn't match their take
    Image
    [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)
    Downloading removed watermark on videos.
    Perfect thanks.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!