diff --git a/crawlers/base_crawler.py b/crawlers/base_crawler.py index a14163f..fa34c24 100644 --- a/crawlers/base_crawler.py +++ b/crawlers/base_crawler.py @@ -162,6 +162,20 @@ class RestaurantCrawler(metaclass=ABCMeta): "평일", "토요일", "TakeOut", + "셋트메뉴", + "단품메뉴", + "사이드메뉴", + "결제", + "혼잡시간", + "말렌카케이크", + "1조각홀케이크", + "식사", + "사이드", + "오전", + "오후", + "브레이크", # 라운지오 (오후 2시 40~오후 4시 브레이크 타임) + "TAKE", # 301동 및 ★TAKE-OUT 카페 301동 + "대학원생", # 301동 12:30~14:00(학생,대학원생 이용) ] def __init__(self): diff --git a/crawlers/snuco_crawler.py b/crawlers/snuco_crawler.py index ca1aa9c..810c5d4 100644 --- a/crawlers/snuco_crawler.py +++ b/crawlers/snuco_crawler.py @@ -75,17 +75,6 @@ class SnucoRestaurantCrawler(RestaurantCrawler): def __init__(self): super().__init__() - self.not_meal += [ - "셋트메뉴", - "단품메뉴", - "사이드메뉴", - "결제", - "혼잡시간", - r"말렌카케이크", - "1조각홀케이크", - "식사", - "사이드", - ] def is_next_line_keyword(self, meal): if not meal: