File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,20 @@ class RestaurantCrawler(metaclass=ABCMeta):
162
162
"평일" ,
163
163
"토요일" ,
164
164
"TakeOut" ,
165
+ "셋트메뉴" ,
166
+ "단품메뉴" ,
167
+ "사이드메뉴" ,
168
+ "결제" ,
169
+ "혼잡시간" ,
170
+ "말렌카케이크" ,
171
+ "1조각홀케이크" ,
172
+ "식사" ,
173
+ "사이드" ,
174
+ "오전" ,
175
+ "오후" ,
176
+ "브레이크" , # 라운지오 (오후 2시 40~오후 4시 브레이크 타임)
177
+ "TAKE" , # 301동 <TAKE-OUT: 9시~16시> 및 ★TAKE-OUT 카페 301동
178
+ "대학원생" , # 301동 12:30~14:00(학생,대학원생 이용)
165
179
]
166
180
167
181
def __init__ (self ):
Original file line number Diff line number Diff line change @@ -75,17 +75,6 @@ class SnucoRestaurantCrawler(RestaurantCrawler):
75
75
76
76
def __init__ (self ):
77
77
super ().__init__ ()
78
- self .not_meal += [
79
- "셋트메뉴" ,
80
- "단품메뉴" ,
81
- "사이드메뉴" ,
82
- "결제" ,
83
- "혼잡시간" ,
84
- r"말렌카케이크" ,
85
- "1조각홀케이크" ,
86
- "식사" ,
87
- "사이드" ,
88
- ]
89
78
90
79
def is_next_line_keyword (self , meal ):
91
80
if not meal :
You can’t perform that action at this time.
0 commit comments