Skip to content

Commit

Permalink
parser for WW changed
Browse files Browse the repository at this point in the history
Changed WuxiaWorld parser to lxml as some chapters were not parsed properly using html parser.
  • Loading branch information
EternalTrail authored Aug 11, 2020
1 parent b9c6572 commit 13f5b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NovelParsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self):
self.novelNames = None
self.novelSypnoses = None
self.isLoaded = False
self.bsParser = "html.parser"
self.bsParser = "lxml"

# Container for all novels that are requested
self.novelLibrary = {}
Expand Down

0 comments on commit 13f5b58

Please sign in to comment.