aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bandai_namco/taiko.py2
-rw-r--r--generate.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/bandai_namco/taiko.py b/bandai_namco/taiko.py
index a417a45..7a4afe7 100644
--- a/bandai_namco/taiko.py
+++ b/bandai_namco/taiko.py
@@ -19,7 +19,7 @@ def parse_taiko_blog_site(html: str) -> list:
date_obj = datetime.strptime(date_str, "%Y年%m月%d日")
timestamp = int(time.mktime(date_obj.timetuple()))
url_date = date_obj.strftime("%Y%m%d")
- url = base_url + "/?m="+url_date
+ url = base_url + "/blog/?m="+url_date
# Get headline
headline_tag = article.select_one("h1")
diff --git a/generate.py b/generate.py
index a554e8e..2cc27d1 100644
--- a/generate.py
+++ b/generate.py
@@ -188,7 +188,8 @@ if __name__ == "__main__":
museca_plus_news,
polaris_news_data,
dance_rush_news_data,
- dance_around_news_data
+ dance_around_news_data,
+ wmmt_news
)
log_output("Creating merged news.json file for all news that are within " + str(constants.DAYS_LIMIT) + " days old")
with open(OUTPUT_DIR+'/news.json', 'w') as json_file:
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage