Skip to content

Commit

Permalink
fix faqwiki not supporting www subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
ACA authored and dipu-bd committed Jul 27, 2024
1 parent 5b03214 commit 2707852
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sources/en/f/faqwiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@


class FaqWiki(Crawler):
base_url = ["https://faqwiki.us/"]
base_url = [
"https://faqwiki.us/",
"https://www.faqwiki.us/",
]
has_manga = False
has_mtl = True

Expand Down

0 comments on commit 2707852

Please sign in to comment.