occidere / DailyOMG

DailyOMG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawler 클래스 상속 구조로 변경

occidere opened this issue · comments

Crawler 클래스 상속 구조로 변경

내용

  • 스케쥴 크롤러 등 추가적인 크롤러 생성을 위해 상속 구조로 변경

Crawler

  • 크롤링 대상 (url: String)
  • 크롤링 범위 일자 (range: int)
  • openConnection: void
  • getResult: List

refactor/extendCrawler