diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-21 14:04:07 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-21 14:04:07 -0700 |
| commit | d88ea267b780aebc077b43dcf56a0141c3abe6d4 (patch) | |
| tree | e65f915711e95a9224c3cc095c95d22ebe108951 /constants.py | |
| parent | 0e0dc8c6615c648f55727ce3b2c96560864b5b0f (diff) | |
chuni: append images from detailed view of posts for more images
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 9b0d3c7..81967d5 100644 --- a/constants.py +++ b/constants.py @@ -26,6 +26,7 @@ MUSIC_DIVER_NEWS="https://mypage.musicdiver.jp/api/news?lang=en" TAIKO_BLOG_SITE="https://taiko-ch.net/blog/" ADD_EN_TRANSLATION=True # Only takes effect if an API key is provided in .env +CHUNI_RECURSIVE_IMAGE=True # Scrape the individual post pages and get all images there class CHUNITHM_VERSION(Enum): LUMINOUS_PLUS = 1 |
