need to get new cookies

This commit is contained in:
2024-03-15 13:09:05 +01:00
parent 2a748fe035
commit 7bf7a2642a
4 changed files with 288 additions and 3 deletions
+1
View File
@@ -5,4 +5,5 @@ class RequestResult(Enum):
BLOCKED = "BLOCKED"
PROXY_ERROR = "PROXY_ERROR"
SUCCESS = "SUCCESS"
COOKIES_ERROR = "COOKIES_ERROR"
UNKNOWN = "UNKNOWN"