Skip to content

Commit

Permalink
add ebotnovel.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ACA authored and dipu-bd committed Jul 24, 2024
1 parent 3064bfb commit 861cdd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sources/en/e/ebotnovel.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import logging

from lncrawl.templates.mangastream import MangaStreamTemplate

logger = logging.getLogger(__name__)


class Ebotnovel(MangaStreamTemplate):
has_mtl = True
has_manga = False
base_url = ["https://ebotnovel.com/"]

0 comments on commit 861cdd5

Please sign in to comment.