Skip to content

Commit

Permalink
Merge pull request #2139 from SirGryphin/novel-bin
Browse files Browse the repository at this point in the history
novel-bin.net
  • Loading branch information
dipu-bd authored Sep 26, 2023
2 parents 3401532 + 363867d commit 13a0f4a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sources/en/n/novel-bin.net.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import logging

from lncrawl.templates.novelfull import NovelFullTemplate

logger = logging.getLogger(__name__)


class Novel_Bin_Net(NovelFullTemplate):
has_mtl = False
has_manga = False
base_url = ["https://novel-bin.net/"]

def initialize(self) -> None:
self.init_executor(ratelimit=1)

0 comments on commit 13a0f4a

Please sign in to comment.