aboutsummaryrefslogtreecommitdiffstats
path: root/news_feed.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-16 12:46:39 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-16 12:49:53 -0700
commit3304087317bae4fa7e336d731879335619d314e9 (patch)
tree6e8150c208cd142bca0efb7f1b313baa4502e515 /news_feed.py
parent4dddacb59dc7569514f8bce1fad5b44026eca8a9 (diff)
fix: maimaidx_intl image urls wrong datepath
Diffstat (limited to 'news_feed.py')
-rw-r--r--news_feed.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/news_feed.py b/news_feed.py
index 1e4021c..58b9f40 100644
--- a/news_feed.py
+++ b/news_feed.py
@@ -132,8 +132,6 @@ def get_news(news_url: str, version=None) -> list:
elif news_url == constants.CHUNITHM_INTL_NEWS_SITE:
site_data = download_site_as_html(news_url)
news_posts = sorted(chuni_intl.parse_chuni_intl_api_route(site_data, "CHUNITHM_INTL", constants.CHUNITHM_INTL_RECENT_NEWS_LIMIT), key=lambda x: x['timestamp'], reverse=True)
- print(news_posts)
- exit()
if constants.CHUNI_RECURSIVE_IMAGE:
for i in range(len(news_posts)):
if not news_posts[i]["url"]:
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage