From 706cecec23ed8c0aae64d3ee85c3464c1c9ee4e8 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Thu, 15 Dec 2022 14:33:04 +0100 Subject: [PATCH] User agent update --- constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)