hello,
every time I try to retrieve a video from m6. I have a problem every time I try to enter the headers.
for example :
pour https://www.6play.fr/le-nouveau-p_25032/partie-1-c_13045310
here is the data retrieved:
PSSH:
AAAAWnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADoIARIQNP JRpRQYw87uT+LRQwkNmCIkZXlKaGMzTmxkRWxrSWpvaVkyeHBj Rjh4TXpBME5UTXhNQ0o5
License:
https://lic.drmtoday.com/license-proxy-widevine/cenc/?specConform=true
Headers:
{'X-dt-auth-token':
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9. eyJvcHREYXRhIjoie1widXNlcklkXCI6XCIzZTIwOTkyOGY0ZT I0N2FlYmRkNWY5YTg2OTNjNjExYVwiLFwibWVyY2hhbnRcIjpc Im02XCIsXCJzZXNzaW9uSWRcIjpcIm02cmVwbGF5XCJ9IiwiY3 J0IjoiW3tcImFjY291bnRpbmdJZFwiOlwiXCIsXCJhc3NldElk XCI6XCJjbGlwXzEzMDQ1MzEwXCIsXCJwcm9maWxlXCI6e1wicH VyY2hhc2VcIjp7fX0sXCJvdXRwdXRQcm90ZWN0aW9uXCI6e1wi ZGlnaXRhbFwiOmZhbHNlLFwiYW5hbG9ndWVcIjpmYWxzZSxcIm VuZm9yY2VcIjpmYWxzZX0sXCJvcFwiOntcImNvbmZpZ1wiOntc IkhEXCI6e1wiUGxheVJlYWR5XCI6e1wibWluU0xcIjozMDAwLF wiYW5hbG9nVmlkZW9PUExcIjoyMDAsXCJjb21wcmVzc2VkRGln aXRhbFZpZGVvT1BMXCI6NTAwLFwidW5jb21wcmVzc2VkRGlnaX RhbFZpZGVvT1BMXCI6MzAwfSxcIldpZGV2aW5lTVwiOntcIm1p blNMXCI6NSxcInJlcXVpcmVIRENQXCI6XCJIRENQX1YxXCJ9fS xcIlNEXCI6e1wiUGxheVJlYWR5XCI6e1wibWluU0xcIjoyMDAw LFwiYW5hbG9nVmlkZW9PUExcIjoyMDAsXCJjb21wcmVzc2VkRG lnaXRhbFZpZGVvT1BMXCI6NTAwLFwidW5jb21wcmVzc2VkRGln aXRhbFZpZGVvT1BMXCI6MjUwfSxcIldpZGV2aW5lTVwiOntcIm 1pblNMXCI6MSxcInJlcXVpcmVIRENQXCI6XCJIRENQX05PTkVc In19LFwiVklERU9fQVVESU9cIjp7XCJQbGF5UmVhZHlcIjp7XC JtaW5TTFwiOjIwMDAsXCJhbmFsb2dWaWRlb09QTFwiOjIwMCxc ImNvbXByZXNzZWREaWdpdGFs VQqz1Cy7R8c9ckYpA_pWzn9vOk49ivSyJwsBcPfr4JFLMarXB2 Wz3Rq5SyByWvLyCwLkN-7xqGphqXAYg26_Iw'}
I have an error: ERROR
'ascii' codec can't encode character '\u2018' in position 0: ordinal not in range(128)
thanks
+ Reply to Thread
Results 1 to 8 of 8
-
-
use chrome to copy token, if you use Firefox, must carefully, maybe blank/space or an Enter in token when you copy it.
Last edited by shellcmd; 23rd Dec 2023 at 04:43.
-
6play.fr token lifespan is very very short.
Le nouveau : Partie 1:
Code:--key 34f251a51418c3ceee4fe2d143090d98:6f34b94359d6dee933bcb9d95b76c9c7
Code:--key 56affc9cc4fcf4474a79a09025f692df:37c80ee55856f3899fa62475317ba5cc
-
between Chromium and chrome, there's a difference in the header. i think that's where the error is coming from.
-
\u2018 is just an ' - in position 0. So it seems that the very first character in your header is wrong. I suppose the problem is just, that you have some spaces and a carriage return between
{'X-dt-auth-token':
and
'eyJ0eXAiO
So try with header:
{'X-dt-auth-token':'eyJ0eXAiO....... -
I had tried but I had the same problem for chromium whereas when I did it with Chrome, I had no problem.
-
Then Chromium seems to copy a wrong type of the sign: '
There are several different kinds, and this often leads to problems in interpreting. Interesting, that Chrome does it correctly, and Chromium don't.
Similar Threads
-
Headers using curlconverter
By titotrinidad in forum Newbie / General discussionsReplies: 1Last Post: 29th Jul 2023, 10:17 -
Not getting headers from this Licence
By ihuman in forum Video Streaming DownloadingReplies: 18Last Post: 25th May 2023, 08:43 -
Can anyone help me get the headers for this video/site?
By celsoricardoweb in forum Video Streaming DownloadingReplies: 3Last Post: 15th Nov 2022, 03:20 -
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