mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Remember, browser cache is hard coded to only work with ffnet so far.
This commit is contained in:
parent
4d1326c1bb
commit
49bbd95880
2 changed files with 4 additions and 4 deletions
|
|
@ -89,7 +89,7 @@ class BaseBrowserCache(object):
|
|||
|
||||
def add_key_mapping(self,url,key,time=None):
|
||||
'''
|
||||
ONLY tested with fanfiction.net so far.
|
||||
ONLY used with fanfiction.net so far.
|
||||
'''
|
||||
if 'fanfiction.net/' in url:
|
||||
minurl = self.minimal_url(url)
|
||||
|
|
|
|||
|
|
@ -198,10 +198,10 @@ def get_valid_set_options():
|
|||
'use_basic_cache':(None,None,boollist),
|
||||
|
||||
## currently, browser_cache_path is assumed to be
|
||||
## shared and only ffnet/fpcom use it.
|
||||
## shared and only ffnet uses it so far
|
||||
'browser_cache_path':(['defaults'],None,None),
|
||||
'use_browser_cache':(['fanfiction.net','fictionpress.com'],None,boollist),
|
||||
'use_browser_cache_only':(['fanfiction.net','fictionpress.com'],None,boollist),
|
||||
'use_browser_cache':(['fanfiction.net'],None,boollist),
|
||||
'use_browser_cache_only':(['fanfiction.net'],None,boollist),
|
||||
|
||||
'continue_on_chapter_error':(None,None,boollist),
|
||||
'conditionals_use_lists':(None,None,boollist),
|
||||
|
|
|
|||
Loading…
Reference in a new issue