Arias800

Results 48 comments of Arias800

Hello, Can you reopen this issue, please @glennguy . The problem is still there on MyCanal. Exemple of manifest : [replay-dsh.p-cdnvod-edge020604.scy.canalplus-cdn.net/ora02-880b13d5db2ae6d88ea44a0b0880545a-94d8/mkpc/canalplus/canalplus/ANT_1258662_22/2036393/ANT_1258662_22.mpd](https://replay-dsh.p-cdnvod-edge020604.scy.canalplus-cdn.net/ora02-880b13d5db2ae6d88ea44a0b0880545a-94d8/mkpc/canalplus/canalplus/ANT_1258662_22/2036393/ANT_1258662_22.mpd)

I completely forgot that the manifest are geo-blocked on this website. Debug log : https://github.com/Arias800/Fichier-divers/blob/master/mycanal/debuglog.txt Manifest : https://github.com/Arias800/Fichier-divers/blob/master/mycanal/manifest.mpd

Sorry for the mistake, I will remember next time. I have updated the [debuglog.txt](https://github.com/Arias800/Fichier-divers/blob/master/mycanal/debuglog.txt) with the full debug log.

I have just discovered something. There is another license key that can be used: `http://secure-gen-hapi.canal-plus.com/conso/view/6e455f70-b899-11ec-9dc6-950475e96da6/licence?drmId=1711119637`, but this one isn't used on the browser. Both license are returning an XML. Is...

I don't have any response file in the cdm folder. ![image](https://user-images.githubusercontent.com/24809312/162613534-05c06ee7-3081-42ca-8737-794d759c5651.png) So you're right, there is something wrong with the requests itself. The guid seem to be an internal id...

It would be nice to have an option to enable or disable these files in Kodi 20. Because they are useful for debugging. So, I'm back to Kodi 19 and...

Take your time, it's not urgent. I didn't know that we can retrieve the license with a proxy server. I have implemented this workaround.

Sous linux, Kodi utilise la version de Python installé par l'OS directement. Donc tout dépends de l'OS et de la version de ce dernier.

J'ai trouvé un code, que j'ai modifié, qui permet la substitution des variables dans le json. ```############################################################################################################ # Base decode code from : https://github.com/zhouyusen-github/xueersi_spider/blob/master/cut_response_to_data/cut_response_to_data_all.py course_content = re.search('window.__NUXT__=\((.*?)\);', resp).group(1) # 获取变量部分...

J'avais fait une petite erreur dans une ligne : ``` import re import json import requests resp = requests.get('https://www.lequipe.fr/tv') course_content = re.search('window.__NUXT__=\((.*?);', resp.text).group(1) # 获取变量部分 function_variables = re.findall('function\((.*?)\)', course_content) #...