mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-26 17:02:36 +02:00
adapter_inkbunnynet: Implemented always_login
This commit is contained in:
parent
816bbdfd66
commit
371f995fda
3 changed files with 11 additions and 1 deletions
|
|
@ -2179,6 +2179,11 @@ use_basic_cache:true
|
|||
#username:YourName
|
||||
#password:yourpassword
|
||||
|
||||
## In order to see some protected stories, login is required,
|
||||
## but not indicated anyway we can detect. Requires valid
|
||||
## username and password when true.
|
||||
#always_login:true
|
||||
|
||||
[kakuyomu.jp]
|
||||
use_basic_cache:true
|
||||
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ def get_valid_set_options():
|
|||
'keep_prequel_in_description':(['fimfiction.net'],None,boollist),
|
||||
'include_author_notes':(['fimfiction.net','readonlymind.com','royalroad.com','syosetu.com'],None,boollist),
|
||||
'do_update_hook':(otw_list,None,boollist),
|
||||
'always_login':(['syosetu.com','fimfiction.net']+otw_list+base_xenforo_list,None,boollist),
|
||||
'always_login':(['syosetu.com','fimfiction.net','inkbunny.net']+otw_list+base_xenforo_list,None,boollist),
|
||||
'use_archived_author':(otw_list,None,boollist),
|
||||
'use_view_full_work':(otw_list+['fanfics.me'],None,boollist),
|
||||
'use_workskin':(otw_list,None,boollist),
|
||||
|
|
|
|||
|
|
@ -2174,6 +2174,11 @@ use_basic_cache:true
|
|||
#username:YourName
|
||||
#password:yourpassword
|
||||
|
||||
## In order to see some protected stories, login is required,
|
||||
## but not indicated anyway we can detect. Requires valid
|
||||
## username and password when true.
|
||||
#always_login:true
|
||||
|
||||
[kakuyomu.jp]
|
||||
use_basic_cache:true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue