Commit graph

21 commits

Author SHA1 Message Date
Josh Cotton
7011250353 Revert "Merge branch 'jcotton42-patreon'"
This removes support for Patreon, as discussed in #770.

This reverts commit df26e74145, reversing
changes made to 23e4f9468d.
2021-11-20 13:30:08 -08:00
Josh Cotton
1466ff2422 Patreon support using the browser cache. 2021-11-18 18:19:04 -08:00
Jim Miller
de01752a8b Allow fictionpress.com with use_browser_cache--user still needs to configure in personal.ini Closes #716 2021-07-14 13:09:12 -05:00
Jim Miller
e2a3b48481 Change blockfilecache to save uint32 addrs instead of original cache key. Hashing cache key proved unreliable in some cases. 2021-07-14 12:58:10 -05:00
Jim Miller
5dd2d3297c Implement use_browser_cache for ficbook.net. 2021-06-21 12:18:24 -05:00
Jim Miller
6533f1a3c6 Report browser cache load fail as such. 2021-05-04 12:48:01 -05:00
Jim Miller
b77b5ccc1b Fix a typo in comment. 2021-05-04 12:26:55 -05:00
Jim Miller
8a7423d27f Remove some dup imports/code, thanks akshgpt7. Closes #663 2021-02-23 15:08:42 -06:00
Jim Miller
868742f9d9 Add scandir & stat checking for simplecache for performance. 2021-02-08 16:02:24 -06:00
Jim Miller
adfc7494d1 First version of Firefox cache2 reader. 2021-02-07 15:02:36 -06:00
Jim Miller
f917e3955c Change browser_cache to load on-demand and share cache/cookie instances in Calibre BG jobs. 2021-02-05 13:06:14 -06:00
Jim Miller
2a93c9191a Implement browser_cache_age_limit setting (float hours to use cache) 2021-02-04 14:08:06 -06:00
Jim Miller
49bbd95880 Remember, browser cache is hard coded to only work with ffnet so far. 2021-02-03 13:19:49 -06:00
Jim Miller
14f3d71f70 Browser cache sharing in plugin too. 2021-02-03 12:54:40 -06:00
Jim Miller
5ee4a2e572 Browser cache sharing in CLI, but not plugin. 2021-02-03 12:18:03 -06:00
Jim Miller
9f13145b2c Still only for ffnet, but browser cache now saves the newest entry and other improvements. 2021-02-02 17:34:58 -06:00
Jim Miller
738d520938 Strip ffnet urls of title too 2021-02-02 10:01:30 -06:00
Jim Miller
07dee591ab First (terrible ffnet only) version of scanning, remembering and using cache keys. 2021-02-01 20:04:47 -06:00
Jim Miller
c1ecaf668e Refactor browser cache stuff some. 2021-02-01 17:02:57 -06:00
Jim Miller
26f9ef0290 Incorporate changes from #642 (manually) 2021-02-01 14:12:05 -06:00
sidney
f82e534cb5 Issue #635 - Implement reading from browser cache using two Chrome cache formats 2021-01-21 20:04:50 +13:00