Skip to content

Commit

Permalink
Merge pull request #2173 from CryZFix/dev
Browse files Browse the repository at this point in the history
Fix source
  • Loading branch information
dipu-bd authored Oct 21, 2023
2 parents 0d3c8fd + 352e5e5 commit 648c7a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/multi/mtlnovel.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ class MtlnovelCrawler(Crawler):
"http://es.mtlnovel.com/",
]

def initialize(self):
self.home_url = "https://mtlnovel.com/"

def search_novel(self, query):
query = query.lower().replace(" ", "%20")
# soup = self.get_soup(search_url % query)
Expand Down

0 comments on commit 648c7a0

Please sign in to comment.