Update defaults.ini for Firefox cache reading

This commit is contained in:
Jim Miller 2021-02-07 15:49:25 -06:00
parent 797dc6e420
commit 081bf75ba0
2 changed files with 28 additions and 12 deletions

View file

@ -513,14 +513,13 @@ user_agent:FFF/2.X
## As a work around for certain sites blocking automated downloads,
## FFF now offers the ability to look for pages in your Chrome(or
## Chromium-derived) browser's cache. Requires both
## Chromium-derived) or Firefox browser's cache. Requires both
## use_browser_cache:true and browser_cache_path to be set.
##
## browser_cache_path needs to be set to the location of YOUR Chrome
## browser cache. Here are a few examples for different OS. Note
## that all have YOUR user name in them somewhere as a Chrome Profile
## name, frequently Default. Make sure you have set (and uncommented)
## appropriately.
## browser_cache_path needs to be set to the location of YOUR browser
## cache. Here are a few examples for different OS. Note that all
## have YOUR user name in them somewhere as a Profile name, frequently
## Default. Make sure you have set (and uncommented) appropriately.
## Note also that browser_cache_path goes under [defaults] because
## browser cache is read once and shared between all downloads for
@ -530,16 +529,25 @@ user_agent:FFF/2.X
## cache on each download session (not Calibre session)
## windows:
### Chrome:
#browser_cache_path:C:\Users\YourUser\AppData\Local\Google\Chrome\User Data\Default\Cache
#browser_cache_path:C:\Users\YourUser\AppData\Local\Google\Chrome\User Data\Profile 1\Cache
### Firefox
#browser_cache_path:C:\Users\YourUser\AppData\Local\Mozilla\Firefox\Profiles\ZjwI7Fo4.default\cache2
## mac:
### Chrome:
#browser_cache_path:/Users/your.user/Library/Caches/Google/Chrome/Default/Cache
#browser_cache_path:/Users/your.user/Library/Caches/Google/Chrome/Profile 2/Cache
### Firefox
#browser_cache_path:/Users/your.user/Library/Caches/Firefox/Profiles/43fkezvc.default-release/cache2
## linux:
### Chrome:
#browser_cache_path:/home/youruser/.cache/google-chrome/Default/Cache
#browser_cache_path:/home/youruser/.cache/google-chrome/Profile 1/Cache
### Firefox
#browser_cache_path:/home/youruser/.cache/mozilla/firefox/dk4o1y83.default-release/cache2
## It's common for browser cached files to be kept for several hours
## or more. You can limit the age of cached files FFF will use from

View file

@ -506,14 +506,13 @@ user_agent:FFF/2.X
## As a work around for certain sites blocking automated downloads,
## FFF now offers the ability to look for pages in your Chrome(or
## Chromium-derived) browser's cache. Requires both
## Chromium-derived) or Firefox browser's cache. Requires both
## use_browser_cache:true and browser_cache_path to be set.
##
## browser_cache_path needs to be set to the location of YOUR Chrome
## browser cache. Here are a few examples for different OS. Note
## that all have YOUR user name in them somewhere as a Chrome Profile
## name, frequently Default. Make sure you have set (and uncommented)
## appropriately.
## browser_cache_path needs to be set to the location of YOUR browser
## cache. Here are a few examples for different OS. Note that all
## have YOUR user name in them somewhere as a Profile name, frequently
## Default. Make sure you have set (and uncommented) appropriately.
## Note also that browser_cache_path goes under [defaults] because
## browser cache is read once and shared between all downloads for
@ -523,16 +522,25 @@ user_agent:FFF/2.X
## cache on each download session (not Calibre session)
## windows:
### Chrome:
#browser_cache_path:C:\Users\YourUser\AppData\Local\Google\Chrome\User Data\Default\Cache
#browser_cache_path:C:\Users\YourUser\AppData\Local\Google\Chrome\User Data\Profile 1\Cache
### Firefox
#browser_cache_path:C:\Users\YourUser\AppData\Local\Mozilla\Firefox\Profiles\ZjwI7Fo4.default\cache2
## mac:
### Chrome:
#browser_cache_path:/Users/your.user/Library/Caches/Google/Chrome/Default/Cache
#browser_cache_path:/Users/your.user/Library/Caches/Google/Chrome/Profile 2/Cache
### Firefox
#browser_cache_path:/Users/your.user/Library/Caches/Firefox/Profiles/43fkezvc.default-release/cache2
## linux:
### Chrome:
#browser_cache_path:/home/youruser/.cache/google-chrome/Default/Cache
#browser_cache_path:/home/youruser/.cache/google-chrome/Profile 1/Cache
### Firefox
#browser_cache_path:/home/youruser/.cache/mozilla/firefox/dk4o1y83.default-release/cache2
## It's common for browser cached files to be kept for several hours
## or more. You can limit the age of cached files FFF will use from