Skip to content

Commit

Permalink
Remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
dipu-bd committed Dec 10, 2024
1 parent 6d942e4 commit c64ed8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 88 deletions.
7 changes: 6 additions & 1 deletion sources/multi/wtrlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ class WtrLab(Crawler):
Essentially the same framework as webfic though with some other keys, urls, etc.
"""

base_url = ["https://wtr-lab.com/"]
base_url = [
"https://wtr-lab.com",
"http://wtr-lab.com",
"https://www.wtr-lab.com",
"http://www.wtr-lab.com",
]
has_manga = False
has_mtl = True
host = ""
Expand Down
87 changes: 0 additions & 87 deletions sources/zh/wtrlab.py

This file was deleted.

0 comments on commit c64ed8e

Please sign in to comment.