Remove flaresolverr and optimize refresh upserts

This commit is contained in:
qananasikq
2026-05-04 19:02:40 +03:00
parent 6dc08c15f0
commit 47ee4311c7
4 changed files with 11 additions and 25 deletions

View File

@@ -248,6 +248,8 @@ class MobileDeMapper:
return "US"
if text in {"CA", "CANADA"}:
return "CA"
if text in {"IT", "ITALY", "ITALIA"}:
return "IT"
if text in {"JP", "JAPAN"}:
return "JP"
if text in {"KR", "KOREA", "SOUTH KOREA"}: