mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Merge branch 'Rikkitp-fix-wuxiaworldco'
This commit is contained in:
commit
f9a39897a2
4 changed files with 4 additions and 4 deletions
|
|
@ -3837,7 +3837,7 @@ extracategories:Stargate: Atlantis
|
|||
|
||||
website_encodings:Windows-1252,utf8
|
||||
|
||||
[www.wuxiaworld.co]
|
||||
[m.wuxiaworld.co]
|
||||
use_basic_cache:true
|
||||
## Note that wuxiaworld.co != wuxiaworld.com
|
||||
## When dedup_order_chapter_list:true, use a heuristic algorithm
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class WuxiaWorldCoSiteAdapter(BaseSiteAdapter):
|
|||
|
||||
@staticmethod
|
||||
def getSiteDomain():
|
||||
return 'www.wuxiaworld.co'
|
||||
return 'm.wuxiaworld.co'
|
||||
|
||||
@classmethod
|
||||
def getAcceptDomains(cls):
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ def get_valid_set_options():
|
|||
'include_dice_rolls':(base_xenforo2_list,None,boollist+['svg']),
|
||||
'fix_pseudo_html': (['webnovel.com'], None, boollist),
|
||||
'fix_excess_space': (['novelonlinefull.com', 'novelall.com'], ['epub', 'html'], boollist),
|
||||
'dedup_order_chapter_list': (['wuxiaworld.co', 'novelupdates.cc'], None, boollist),
|
||||
'dedup_order_chapter_list': (['m.wuxiaworld.co', 'novelupdates.cc'], None, boollist),
|
||||
'show_nsfw_cover_images': (['fiction.live'], None, boollist),
|
||||
'show_timestamps': (['fiction.live'], None, boollist),
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3841,7 +3841,7 @@ extracategories:Stargate: Atlantis
|
|||
|
||||
website_encodings:Windows-1252,utf8
|
||||
|
||||
[www.wuxiaworld.co]
|
||||
[m.wuxiaworld.co]
|
||||
use_basic_cache:true
|
||||
## Note that wuxiaworld.co != wuxiaworld.com
|
||||
## When dedup_order_chapter_list:true, use a heuristic algorithm
|
||||
|
|
|
|||
Loading…
Reference in a new issue