Skip to content

Commit

Permalink
Remove site: webnovel.com See #843
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Jul 14, 2022
1 parent b37ae23 commit 1133f5c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 316 deletions.
26 changes: 0 additions & 26 deletions calibre-plugin/plugin-defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3766,32 +3766,6 @@ extraships:Severus Snape/Harry Potter

website_encodings:Windows-1252,utf8

[www.webnovel.com]
use_basic_cache:true
## Extra metadata that this adapter knows about. See [archiveofourown.org]
## for examples of how to use them.
extra_valid_entries:translator, editor, sitetags
translator_label: Translator
editor_label: Editor
sitetags_label:Site Tags
extra_titlepage_entries: translator, editor, sitetags

## webnovel.com is, as a whole, utf-8. There are even utf-8 encoded
## Chinese characters in the HTML *comments*. However, I've seen at
## least one story that still managed to have Simplified Chinese
## encoding in it. But none of the SC encodings I tried worked; I
## suspect because of the utf-8 comments in the HTML.
#chardet_confidence_limit:0.9
#website_encodings:auto,utf8,Windows-1252

## Attempt to fix pseudo HTML found in some stories, that causes text to
## seemingly disappear. In most cases this should work without any unintended
## side-effects.
fix_pseudo_html:false

## Clear FanFiction from defaults, site is original fiction.
extratags:

[www.whofic.com]
use_basic_cache:true
website_encodings:Windows-1252,utf8
Expand Down
1 change: 0 additions & 1 deletion fanficfare/adapters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
from . import adapter_sinfuldreamscomwhisperedmuse
from . import adapter_sinfuldreamscomwickedtemptation
from . import adapter_asianfanficscom
from . import adapter_webnovelcom
from . import adapter_mttjustoncenet
from . import adapter_narutoficorg
from . import adapter_starskyhutcharchivenet
Expand Down
262 changes: 0 additions & 262 deletions fanficfare/adapters/adapter_webnovelcom.py

This file was deleted.

1 change: 0 additions & 1 deletion fanficfare/configurable.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def get_valid_set_options():
'use_threadmarks_cover':(base_xenforo2_list,None,boollist),
'skip_sticky_first_posts':(base_xenforo2_list,None,boollist),
'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': (['m.wuxiaworld.co', 'novelupdates.cc'], None, boollist),
'show_nsfw_cover_images': (['fiction.live'], None, boollist),
Expand Down
26 changes: 0 additions & 26 deletions fanficfare/defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3770,32 +3770,6 @@ extraships:Severus Snape/Harry Potter

website_encodings:Windows-1252,utf8

[www.webnovel.com]
use_basic_cache:true
## Extra metadata that this adapter knows about. See [archiveofourown.org]
## for examples of how to use them.
extra_valid_entries:translator, editor, sitetags
translator_label: Translator
editor_label: Editor
sitetags_label:Site Tags
extra_titlepage_entries: translator, editor, sitetags

## webnovel.com is, as a whole, utf-8. There are even utf-8 encoded
## Chinese characters in the HTML *comments*. However, I've seen at
## least one story that still managed to have Simplified Chinese
## encoding in it. But none of the SC encodings I tried worked; I
## suspect because of the utf-8 comments in the HTML.
#chardet_confidence_limit:0.9
#website_encodings:auto,utf8,Windows-1252

## Attempt to fix pseudo HTML found in some stories, that causes text to
## seemingly disappear. In most cases this should work without any unintended
## side-effects.
fix_pseudo_html:false

## Clear FanFiction from defaults, site is original fiction.
extratags:

[www.whofic.com]
use_basic_cache:true
website_encodings:Windows-1252,utf8
Expand Down

0 comments on commit 1133f5c

Please sign in to comment.