Implement remained CrawlHandler
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user