Remove flaresolverr and optimize refresh upserts
This commit is contained in:
@@ -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"}:
|
||||
|
||||
Reference in New Issue
Block a user