aiohttp-scraper
aiohttp-scraper copied to clipboard
Allow proxy authentification
Hello,
Great addon for asyncio !
I would like to allow authentification like:
proxies=[ "user:[email protected]:80", "user:[email protected]:80" # ... ],
Could you add this feature ?
Hi!
Do you know what format proxies usually use when setting them directly in aiohttp? I've came across this package here: https://pypi.org/project/aiohttp-proxy/ - Do you think this would be a better solution for this issue?