Skip to content

Commit

Permalink
add ckandawrites.online
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 861cdd5 commit e11b7f5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sources/en/c/ckandawrites.online.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 CkandawritesOnline(MangaStreamTemplate):
has_mtl = False
has_manga = False
base_url = ["https://ckandawrites.online/"]

0 comments on commit e11b7f5

Please sign in to comment.