pferd/PFERD/crawl
Joscha 722970a255 Store cookies in text-based format
Using the stdlib's http.cookie module, cookies are now stored as one
"Set-Cookie" header per line. Previously, the aiohttp.CookieJar's save() and
load() methods were used (which use pickling).
2021-05-31 20:18:20 +00:00
..
ilias Warn if using concurrent tasks with kit-ilias-web 2021-05-31 20:18:20 +00:00
__init__.py Restructure crawling and auth related modules 2021-05-23 19:16:42 +02:00
crawler.py Use raw paths for --debug-transforms 2021-05-31 12:33:37 +02:00
http_crawler.py Store cookies in text-based format 2021-05-31 20:18:20 +00:00
local_crawler.py Deduplicate path names in crawler 2021-05-25 12:11:15 +02:00