Implement remained CrawlHandler

This commit is contained in:
woozu-shin
2024-05-12 23:53:54 +09:00
parent 8502b95a7d
commit 365b15e553
11 changed files with 2410 additions and 55 deletions

View File

@@ -7,8 +7,8 @@ import lombok.Getter;
@AllArgsConstructor
public enum CrawlTarget {
PPOMPPU_DOMESTIC("뽐뿌국내", true),
PPOMPPU_OVERSEA("뽐뿌해외", false),
FMKOREA("펨코", false),
PPOMPPU_OVERSEA("뽐뿌해외", true),
FMKOREA("펨코", true),
;
private final String alias;