diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:30:09 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:30:09 -0700 |
| commit | f20ce5b048df35ddc208485d1f7708b15ac9e49a (patch) | |
| tree | bb42ecc4bd5bacd85f0f690a8cf5939739847a26 /constants.py | |
| parent | 3222b1622cadc82e69553844c02e2d17c57311d3 (diff) | |
add hard limit option on polaris chord news scrape
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py index f31a0eb..6125147 100644 --- a/constants.py +++ b/constants.py @@ -6,6 +6,7 @@ SOUND_VOLTEX_EXCEED_GEAR_NEWS_SITE ="https://p.eagate.573.jp/game/sdvx/vi/news/i IIDX_PINKY_CRUSH_NEWS_SITE="https://p.eagate.573.jp/game/2dx/32/info/index.html" # legacy should not be used, eamuse feed is more verbose DDR_WORLD_NEWS_SITE="https://p.eagate.573.jp/game/ddr/ddrworld/info/index.html" POLARIS_CHORD_NEWS_SITE="https://p.eagate.573.jp/game/polarischord/pc/news/news.html" +POLARIS_CHORD_RECENT_NEWS_LIMIT=15 EAMUSE_APP_FEED="https://eam.573.jp/app/web/post/official" EAMUSE_APP_API_ROUTE="https://eam.573.jp/app/web/post/official" |
