mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Remove some 'watermarking' tags from adapter_webnovelcom
This commit is contained in:
parent
a8a6519f01
commit
0c314fd644
1 changed files with 1 additions and 0 deletions
|
|
@ -259,4 +259,5 @@ class WWWWebNovelComAdapter(BaseSiteAdapter):
|
|||
content = content.replace('\r', '')
|
||||
content = escape(content)
|
||||
content = re.sub(r'\n(.+?)\n', r'<p>\1</p>', content)
|
||||
content = re.sub(r'<pirate>.+?</pirate>', r'', content)
|
||||
return content
|
||||
|
|
|
|||
Loading…
Reference in a new issue