diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:46:39 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:49:53 -0700 |
| commit | 3304087317bae4fa7e336d731879335619d314e9 (patch) | |
| tree | 6e8150c208cd142bca0efb7f1b313baa4502e515 /news_feed.py | |
| parent | 4dddacb59dc7569514f8bce1fad5b44026eca8a9 (diff) | |
fix: maimaidx_intl image urls wrong datepath
Diffstat (limited to 'news_feed.py')
| -rw-r--r-- | news_feed.py | 2 |
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"]: |
