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
..
2021-05-31 20:18:20 +00:00
2021-05-14 21:27:44 +02:00
2021-05-25 15:49:06 +02:00
2021-05-15 15:25:05 +02:00
2021-05-26 11:37:32 +02:00
2021-05-31 12:33:37 +02:00
2021-05-23 11:37:19 +02:00
2021-05-19 17:33:36 +02:00