Repos / pytaku / 2b24bb64fe
commit 2b24bb64fe1545023edd4d8fc9409347bda0dc8e
Author: Bùi Thành Nhân <hi@imnhan.com>
Date: Sun Jan 3 22:34:40 2021 +0700
yet another mangasee domain
This might not be sustainable...
Guess I'll rethink the check if another case appears.
diff --git a/pyproject.toml b/pyproject.toml
index d6265a7..05d43d6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytaku"
-version = "0.3.28"
+version = "0.3.29"
description = "Self-hostable web-based manga reader"
authors = ["Bùi Thành Nhân <hi@imnhan.com>"]
license = "AGPL-3.0-only"
diff --git a/src/pytaku/main.py b/src/pytaku/main.py
index 5efdd11..dd50161 100644
--- a/src/pytaku/main.py
+++ b/src/pytaku/main.py
@@ -75,7 +75,7 @@ def _is_manga_img_url(
url,
pattern=re.compile(
r"^https://("
- r"([\w-]+\.)?(mangadex\.org/(data|images)|(mangabeast\d{0,4}.com|hot\.granpulse\.us|fan-official\.eorzea\.us)/manga)/"
+ r"([\w-]+\.)?(mangadex\.org/(data|images)|(mangabeast\d{0,4}.com|hot\.granpulse\.us|fan-official\.eorzea\.us|fan-complete\.ivalice\.us)/manga)/"
r"|"
r"([\w-]+\.)+mangadex\.network:\d{2,6}/[\w-]+/data/"
r")"