Robot based on aiohttp, processes multiple URLs in parallel.
- Default list of robots is now multiaio,multirequests,curl.
+ Default list of robots is now multirequests,multiaio,curl.
Make all robots async.
Split check_bookmark() into sync and async variants.
Robot based on aiohttp, processes multiple URLs in parallel.
- Default list of robots is now multiaio,multirequests,curl.
+ Default list of robots is now multirequests,multiaio,curl.
+ multirequests is the fastest because it parses fetched HTMLs
+ in parallel.
+ multiaio fetches URLs in parallel but parses them sequentially.
Make all robots async.
Split check_bookmark() into sync and async variants.