aboutsummaryrefslogtreecommitdiffstats
path: root/sega
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-14 13:05:46 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-14 13:05:46 -0700
commit5ec509bfcacca36afdcd7d9c7e9a5da0ebc22778 (patch)
tree7497ad3dbf7761cf8f5e52ab16159ea68e6219e1 /sega
parentf83f2c28021f309c6dc3c89d3d25637b570b4ec9 (diff)
maimaidx_intl: fix base url domain
Diffstat (limited to 'sega')
-rw-r--r--sega/maimaidx_intl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sega/maimaidx_intl.py b/sega/maimaidx_intl.py
index 7769b7c..0e787b8 100644
--- a/sega/maimaidx_intl.py
+++ b/sega/maimaidx_intl.py
@@ -14,7 +14,7 @@ def parse_maimaidx_intl_prism_news_site(html: str):
img_tag = item.select_one("a.dl--pop__thumb img")
image_url = img_tag["srcset"] if img_tag else None
- full_image_url = image_url.replace("../", "https://maimai.sega.jp/") if image_url else None
+ full_image_url = image_url.replace("../", "https://maimai.sega.com/") if image_url else None
entry = {
"date": date_text,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage