This commit is contained in:
qb-auto
2021-04-29 04:40:01 +00:00
parent efa2e722bd
commit 252dd233f3
2 changed files with 6 additions and 6 deletions

2
app.py
View File

@@ -50,7 +50,7 @@ SITES_PATH = path.join(path.dirname(__file__), "data", "sites.json")
LANGUAGES_PATH = path.join(path.dirname(__file__), "data", "languages.json")
STRINGS_PAGES = recompile('captcha-info|Please enable cookies|Completing the CAPTCHA', IGNORECASE)
STRINGS_TITLES = recompile('not found|blocked|attention required|cloudflare', IGNORECASE)
STRINGS_META = recompile('regionsAllowed|width|height|color|rgba\(|charset|viewport|refresh|equiv', IGNORECASE)
STRINGS_META = recompile(r'regionsAllowed|width|height|color|rgba\(|charset|viewport|refresh|equiv', IGNORECASE)
LANGUAGES_JSON = {}
WORKERS = 15
CUSTOM_MESSAGE = 51

View File

@@ -1,4 +1,4 @@
Tue Apr 20 23:47:39 UTC 2021
Thu Apr 29 04:39:56 UTC 2021
[X] social-analyzer
[X] installing autopep8 & jq
[X] running autopep8