Added checker of Tor sites

This commit is contained in:
Soxoj
2021-05-20 23:26:02 +03:00
parent bea900dda0
commit a76f95858f
10 changed files with 157 additions and 63 deletions
+1
View File
@@ -31,6 +31,7 @@ DEFAULT_ARGS: Dict[str, Any] = {
'stats': False,
'tags': '',
'timeout': 30,
'tor_proxy': 'socks5://127.0.0.1:9050',
'top_sites': 500,
'txt': False,
'use_disabled_sites': False,