[common] compute and use latest Firefox UA

instead of the latest ESR UA
This commit is contained in:
Mike Fährmann
2024-12-17 21:42:45 +01:00
parent 0802e42c90
commit 041baf8441
2 changed files with 8 additions and 3 deletions

View File

@@ -42,8 +42,7 @@ class Extractor():
ciphers = None
tls12 = True
browser = None
useragent = ("Mozilla/5.0 (Windows NT 10.0; Win64; x64; "
"rv:128.0) Gecko/20100101 Firefox/128.0")
useragent = util.USERAGENT_FIREFOX
request_interval = 0.0
request_interval_min = 0.0
request_interval_429 = 60.0