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 -1
View File
@@ -40,7 +40,7 @@ async def test_import_aiohttp_cookies():
with open(cookies_filename, 'w') as f:
f.write(COOKIES_TXT)
cookie_jar = await import_aiohttp_cookies(cookies_filename)
cookie_jar = import_aiohttp_cookies(cookies_filename)
assert list(cookie_jar._cookies.keys()) == ['xss.is', 'httpbin.org']
url = 'https://httpbin.org/cookies'