diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-27 16:20:27 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-07-27 14:05:24 +0000 |
| commit | ff2c230638835f35e372f8758e2751429298d4d6 (patch) | |
| tree | b5608da475057c70c0f545bbdbaa46cb35da2ef2 /captcha_scraper/groups.py | |
| parent | c10a233d0641eea3993c4afdb9ff01343d4b04d5 (diff) | |
improve kpop captcha scraper to pull from member pages
Diffstat (limited to 'captcha_scraper/groups.py')
| -rw-r--r-- | captcha_scraper/groups.py | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/captcha_scraper/groups.py b/captcha_scraper/groups.py index 3fb2e73..e5dfb04 100644 --- a/captcha_scraper/groups.py +++ b/captcha_scraper/groups.py @@ -1,3 +1,12 @@ PULL_GROUPS = [ - "NewJeans", "NMIXX", "IVE", "TWICE", "RED VELVET", "BLACKPINK", "LE SSERAFIM", "aespa", "i-dle", "KATSEYE", "ILLIT", "ITZY" + "NewJeans", "NMIXX", "IVE", "TWICE", "Red Velvet", "BLACKPINK", "LE SSERAFIM", "aespa", "i-dle", "KATSEYE", "ILLIT", "ITZY" ] + +EXCLUSIONS = { + "NMIXX": ["Jini4"], + "LE SSERAFIM": ["Kim-Garam"], + "NewJeans": ["Danielle"], + "i-dle": ["Soojin"], + "ILLIT": ["Youngseo"], + "KATSEYE": ["Manon"] +} |
