adapter_inkbunnynet: Implemented always_login

This commit is contained in:
dbhmw 2024-12-31 01:57:53 +00:00 committed by Jim Miller
parent 816bbdfd66
commit 371f995fda
3 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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),

View file

@ -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