ThijsRay / podimo

https://podimo.thijs.sh
European Union Public License 1.2
41 stars 16 forks source link

Implement diskcache #26

Closed sauerhosen closed 8 months ago

sauerhosen commented 8 months ago

Cache using standard dictionaries doesn't survive restart of the script. By writing cache to disk, we can reduce the number of queries to Cloudflare if tool is restarted regularly (eg if using Docker and experimenting with scrapers).

sauerhosen commented 8 months ago

Shoot, it's not working yet. Will try to fix and then resubmit merge request.