hi, i'm trying to download from a streaming website using l3.py but i'm always getting this error "unable to parse license - check protobufs" I think there might be a problem in my headers can you show to to properly find the correct headers?
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 8 of 8
-
-
ok dont know if this is the right headers but i still getting "unable to parse license - check protobufs" error
Code:import requests headers = { 'authority': 'api2.vivamax.net', 'accept': '*/*', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'origin': 'https://www.vivamax.net', 'pragma': 'no-cache', 'referer': 'https://www.vivamax.net/', 'sec-ch-ua': '"Not/A)Brand";v="99", "Google Chrome";v="115", "Chromium";v="115"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'empty', 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'same-site', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'content-type': 'application/x-www-form-urlencoded', } data = '\b\x04' response = requests.post( 'https://api2.vivamax.net/v1/drm/onwards-widevine/0252a7a680243b39ed1a610e26b112ef9e81b4e0', headers=headers, data=data, )
Last edited by wanttolearn; 29th Jul 2023 at 10:49.
-
Hello !
https://play.tv3.lt/series/jausmu-audros-,serial-3507045/serija-26,episode-3633814
Can someone please help me to provide me an link in turkish language from this ?
Exist 2 languages attached!
I have big need of this please -
Code:
N_m3u8DL-RE.exe https://cdn8.tvplayhome.lt/vod/eds/go3_svod/20211210T1113/89358450/_/GO3_SVOD_DASH/89358450.mpd
[Attachment 72748 - Click to enlarge] -
-
-
You know you can sort this out yourself by looking and thinking.
Think: What you are trying to do is mimic the browser by sending requests to a license server to get it to send you data, so your CDM can use the data to produce keys
OK, just think where you can see an example of what the browser sends? Got it? Are you there yet?
Look: Inside the dev tools of your browser and inspect the request headers for the license url Now do you have it?
SimplesLast edited by A_n_g_e_l_a; 30th Jul 2023 at 04:21.
Similar Threads
-
Headers using curlconverter
By titotrinidad in forum Newbie / General discussionsReplies: 1Last Post: 29th Jul 2023, 10:17 -
Need help to download streaming movie from this website
By rogue2020 in forum Video Streaming DownloadingReplies: 1Last Post: 3rd Jun 2023, 22:32 -
headers Authorization
By ahmedani in forum Video Streaming DownloadingReplies: 3Last Post: 17th Sep 2022, 11:56 -
Problems With Headers
By Quint in forum Video Streaming DownloadingReplies: 15Last Post: 13th Dec 2021, 12:32 -
New Ideas for Downloading Streaming Video from Any Website
By Step_2 in forum Video Streaming DownloadingReplies: 1Last Post: 8th Feb 2021, 12:18