diff --git a/ythdd_extractor.py b/ythdd_extractor.py index 67fd4fc..804c2e4 100644 --- a/ythdd_extractor.py +++ b/ythdd_extractor.py @@ -67,7 +67,7 @@ stage1_body = { stage2_headers = { "Connection": "keep-alive", - "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Accept-Language": "en-us,en;q=0.5", "Sec-Fetch-Mode": "navigate", @@ -76,7 +76,7 @@ stage2_headers = { stage3_headers = { "Connection": "keep-alive", - "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Accept-Language": "en-us,en;q=0.5", "Sec-Fetch-Mode": "navigate", @@ -112,9 +112,9 @@ web_context_dict = { 'gl': 'US', 'deviceMake': '', 'deviceModel': '', - 'userAgent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0,gzip(gfe)', + 'userAgent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0,gzip(gfe)', 'clientName': 'WEB', - 'clientVersion': '2.20251014.01.00', + 'clientVersion': '2.20251030.01.00', 'osName': 'Windows', 'osVersion': '10.0', 'screenPixelDensity': 2, diff --git a/ythdd_globals.py b/ythdd_globals.py index 198a03c..3b967e1 100644 --- a/ythdd_globals.py +++ b/ythdd_globals.py @@ -60,7 +60,7 @@ def getHeaders(caller="proxy"): # NOTE: use ESR user-agent # user_agent = 'Mozilla/5.0 (Windows NT 10.0; rv:130.0) Gecko/20100101 Firefox/130.0' - user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0' + user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0' if config[caller]['user-agent']: user_agent = config[caller]['user-agent']