diff --git a/constants.py b/constants.py index b8354b2..ef87043 100644 --- a/constants.py +++ b/constants.py @@ -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)