diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-28 11:48:42 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-28 11:50:13 -0700 |
| commit | 403f2004c1ac19299390550bfda2fff7adcf5142 (patch) | |
| tree | 3a9c0da9e2dc8b45095c22cda3877272b13e2ac4 /captcha_scraper/groups.py | |
| parent | 7f1228d0af006cf1b36571ea7c97e0d70457aa94 (diff) | |
convert captcha scraper to a submodule
Diffstat (limited to 'captcha_scraper/groups.py')
| -rw-r--r-- | captcha_scraper/groups.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/captcha_scraper/groups.py b/captcha_scraper/groups.py deleted file mode 100644 index e5dfb04..0000000 --- a/captcha_scraper/groups.py +++ /dev/null @@ -1,12 +0,0 @@ -PULL_GROUPS = [ - "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"] -} |
