mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Comment out a debug, user_agent for wuxiaworld.com
This commit is contained in:
parent
328b36cb84
commit
2642a35009
3 changed files with 3 additions and 1 deletions
|
|
@ -3273,6 +3273,7 @@ extracategories:Stargate: Atlantis
|
|||
website_encodings:Windows-1252,utf8
|
||||
|
||||
[www.wuxiaworld.com]
|
||||
user_agent:Mozilla/5.0
|
||||
## Authors on wuxiaworld.com create their own index pages, so it's not
|
||||
## uncommon for there to be links to chapters that haven't been
|
||||
## uploaded yet.
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ class WuxiaWorldComSiteAdapter(BaseSiteAdapter):
|
|||
|
||||
soup = self.make_soup(data)
|
||||
ld = self._parse_linked_data(soup)
|
||||
logger.debug(ld)
|
||||
# logger.debug(ld)
|
||||
author_name = ld['author']['name']
|
||||
self.story.setMetadata('author', author_name)
|
||||
self.story.setMetadata('authorId', author_name.lower())
|
||||
|
|
|
|||
|
|
@ -3297,6 +3297,7 @@ extracategories:Stargate: Atlantis
|
|||
website_encodings:Windows-1252,utf8
|
||||
|
||||
[www.wuxiaworld.com]
|
||||
user_agent:Mozilla/5.0
|
||||
## Authors on wuxiaworld.com create their own index pages, so it's not
|
||||
## uncommon for there to be links to chapters that haven't been
|
||||
## uploaded yet.
|
||||
|
|
|
|||
Loading…
Reference in a new issue