diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-27 16:20:27 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-27 16:20:27 -0700 |
| commit | f633e8b0d7c42079efb7f3885b96ab20f674302a (patch) | |
| tree | c9b4f24b91989f9eaafd63947cdaef9a546d7b33 /captcha_scraper/groups.py | |
| parent | 478b257fa4b5f09730f87e6bf35555a1062e26ac (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"] +} |
