aboutsummaryrefslogtreecommitdiffstats
path: root/bemani/sdvx.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-16 23:55:00 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-16 23:55:00 -0700
commita5b15484423f9c9c9518a7be49845f018a8ff46f (patch)
tree4d9254e50f62d2cfc5c5269950d08b0cb9b7dab4 /bemani/sdvx.py
parentf140219f082e658f65a10d9ebfa070f5d649771d (diff)
feat: add support for DDR World
Diffstat (limited to 'bemani/sdvx.py')
-rw-r--r--bemani/sdvx.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bemani/sdvx.py b/bemani/sdvx.py
index a87fe44..c77f198 100644
--- a/bemani/sdvx.py
+++ b/bemani/sdvx.py
@@ -2,7 +2,8 @@ from bs4 import BeautifulSoup
from datetime import datetime
from urllib.parse import urljoin
-def parse_exceed_gear_news_site(html: str, base_url: str):
+def parse_exceed_gear_news_site(html: str):
+ base_url = "https://p.eagate.573.jp"
soup = BeautifulSoup(html, 'html.parser')
news_list = soup.select('.tab ul.news li')
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage