aboutsummaryrefslogtreecommitdiffstats
path: root/DEPRECATIONS.md
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-16 12:28:36 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-16 12:28:36 -0700
commit3222b1622cadc82e69553844c02e2d17c57311d3 (patch)
tree4b0a10766d20d30861629642fad489f79344a520 /DEPRECATIONS.md
parent686883a39c7fcc99fb376e315cd83d9ede9d7173 (diff)
add deprecations.md
Diffstat (limited to 'DEPRECATIONS.md')
-rw-r--r--DEPRECATIONS.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/DEPRECATIONS.md b/DEPRECATIONS.md
new file mode 100644
index 0000000..01c6db8
--- /dev/null
+++ b/DEPRECATIONS.md
@@ -0,0 +1,9 @@
+# IIDX
+`bemani/iidx.py` is only tested to work with Pinky Crush, should not be used as scraping the eamusement news app feed provides better information, as well as images (see `konami/eamuse_app.py`)
+
+# e-amusement App Feed
+`parse_news_page()` in `konami/eamuse_app.py` requires rendering Javascript to get the information.
+- Instead use `parse_news_api_route()` instead. Which is much faster (doesn't require JS and is already in JSON format)
+
+# SDVX
+Scraping the actual site itself is preferred here as the e-amusement app feed for SDVX is not really updated
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage