This commit is contained in:
dosangyoon
2022-06-24 21:39:08 +09:00
parent 0b4a87b334
commit 87e005daf1
3 changed files with 2 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import pandas as pd
class MetaCrawler:
header = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'}
limit_page_count = 100000
limit_page_count = 1000000
START_DATE = None
def __init__(self, START_DATE):