Comment out a debug, user_agent for wuxiaworld.com

This commit is contained in:
Jim Miller 2020-04-27 12:26:21 -05:00
parent 328b36cb84
commit 2642a35009
3 changed files with 3 additions and 1 deletions

View file

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

View file

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

View file

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