Updated DAZN user-agent

This commit is contained in:
root
2024-11-08 10:57:17 +01:00
parent 9ff140b996
commit 9c30f02f2e
2 changed files with 34 additions and 34 deletions

View File

@@ -104,7 +104,7 @@ for channel in channels:
"key4": channels[channel]['key4'],
"key5": channels[channel]['key5'],
#"useragent": "Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36 WebAppManager" if "dazn" in channel.lower() else "ExoPlayerLib/2.5.3",
"useragent": "Dalvik/2.1.0 (Linux; U; Android 10; STK-L22 Build/HUAWEISTK-L22" if "dazn" in channel.lower() else "ExoPlayerLib/2.5.3",
"useragent": "Chromecast" if "dazn" in channels[channel]['url'].lower() else "ExoPlayerLib/2.5.3",
"authorization": "",
"referer": "",
"proxy": "",