Added I2P sites support

This commit is contained in:
Soxoj
2021-06-02 23:45:11 +03:00
parent 5c8f7a3af0
commit 02cf330e37
5 changed files with 48 additions and 6 deletions
+1
View File
@@ -33,6 +33,7 @@ DEFAULT_ARGS: Dict[str, Any] = {
'tags': '',
'timeout': 30,
'tor_proxy': 'socks5://127.0.0.1:9050',
'i2p_proxy': 'http://127.0.0.1:4444',
'top_sites': 500,
'txt': False,
'use_disabled_sites': False,