Skip to content

Commit

Permalink
Merge pull request #2501 from jere344/patch-4
Browse files Browse the repository at this point in the history
added novelmtl source wuxiabox.com
  • Loading branch information
dipu-bd authored Nov 5, 2024
2 parents 56ce029 + 9a7bc2d commit 9aac407
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sources/en/w/wuxiabox.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import logging

from lncrawl.templates.novelmtl import NovelMTLTemplate

logger = logging.getLogger(__name__)


class Wuxiabox(NovelMTLTemplate):
has_mtl = True
has_manga = False
base_url = ["https://www.wuxiabox.com/"]

0 comments on commit 9aac407

Please sign in to comment.