コード例 #1
0
ファイル: wpbcc_spider.py プロジェクト: mglavey/ClipboardApp
 def __init__(self, start_date, end_date):
     CrawlSpider.__init__(self)
     SpiderBase.__init__(self,
                         'http://www.wickerparkbucktown.com/',
                         start_date,
                         end_date,
                         date_format='%B %d, %Y')
コード例 #2
0
 def __init__(self, start_date, end_date):
     CrawlSpider.__init__(self)
     SpiderBase.__init__(self,
                         'https://www.chicagohistory.org/',
                         start_date,
                         end_date,
                         date_format='%d %B %Y',
                         request_date_format='%Y%m%d')
コード例 #3
0
 def __init__(self, start_date, end_date):
     Spider.__init__(self)
     SpiderBase.__init__(self,
                         'https://greatlakes.org/',
                         start_date,
                         end_date,
                         date_format='%B %d',
                         request_date_format='%Y-%m-%d')
コード例 #4
0
 def __init__(self, data_adapter_config_path, encode = "utf-8"):
     SpiderBase.__init__(self, data_adapter_config_path, "sohu_star", encode)
コード例 #5
0
 def __init__(self, data_adapter_config_path, encode="utf-8"):
     SpiderBase.__init__(self, data_adapter_config_path, "moviesoon_news",
                         encode)
コード例 #6
0
 def __init__(self, start_date, end_date):
     SpiderBase.__init__(self,
                         'http://lwvchicago.org/',
                         start_date,
                         end_date,
                         date_format='%W, %M %e, %Y')
コード例 #7
0
 def __init__(self, data_adapter_config_path, encode="utf-8"):
     SpiderBase.__init__(self, data_adapter_config_path, "douban_movie",
                         encode)
コード例 #8
0
 def __init__(self, data_adapter_config_path, encode="utf-8"):
     SpiderBase.__init__(self, data_adapter_config_path, "yisou_all",
                         encode)
コード例 #9
0
 def __init__(self, data_adapter_config_path, encode = "utf-8"):
     SpiderBase.__init__(self, data_adapter_config_path, "mtime_news", encode)
コード例 #10
0
 def __init__(self, *args, **kwargs):
     CrawlSpider.__init__(self)
     SpiderBase.__init__(*args, **kwargs)
コード例 #11
0
 def __init__(self, data_adapter_config_path, encode = "utf-8"):
     SpiderBase.__init__(self, data_adapter_config_path, "yisou_all", encode)
コード例 #12
0
 def __init__(self, data_adapter_config_path, encode="utf-8"):
     SpiderBase.__init__(self, data_adapter_config_path, "sohu_star",
                         encode)
コード例 #13
0
 def __init__(self, data_adapter_config_path, encode = "utf-8"):
     SpiderBase.__init__(self, data_adapter_config_path, "douban_movie", encode)