From a5b15484423f9c9c9518a7be49845f018a8ff46f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 16 Apr 2025 23:55:00 -0700 Subject: feat: add support for DDR World --- bemani/sdvx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bemani/sdvx.py') 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') -- cgit v1.2.3