User agent update

This commit is contained in:
DevilXD
2022-12-15 14:33:04 +01:00
parent 751178c04c
commit 706cecec23

View File

@@ -72,8 +72,8 @@ BASE_URL = URL("https://twitch.tv")
CLIENT_ID = "kd1unb4b3q4t58fwlpcbzcbnm76a8fp"
# CLIENT_ID = "uo6dggojyb8d6soh92zknwmi5ej1q2"
ANDROID_USER_AGENT = (
"Dalvik/2.1.0 (Linux; U; Android 7.1.2; SM-G975N Build/N2G48C) "
"tv.twitch.android.app/13.4.1/1304010"
"Dalvik/2.1.0 (Linux; U; Android 7.1.2; SM-G977N Build/LMY48Z) "
"tv.twitch.android.app/14.3.2/1403020"
)
# Intervals and Delays
PING_INTERVAL = timedelta(minutes=3)