Question: If I put two browser_cache_paths in:
Code:
## Vivaldi
browser_cache_path:D:\AppData\Vivaldi\User Data\Default\Cache\
## Waterfox
browser_cache_path:D:\AppData\Waterfox\cache2\
Will it check both of them? It's not too clear:
Code:
## 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) 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 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
## performance.
## Further note that there is a time cost to first reading the browser
## cache on each download session (not Calibre session)