|
@@ -8,7 +8,7 @@ class zycontentSpider(scrapy.Spider):
|
|
|
name = 'zycontent'
|
|
|
allowed_domains = ['60.204.150.173']
|
|
|
query = '?channel_name=zhuishuyun&channel_key=123456'
|
|
|
- base_url = 'http://60.204.150.173:8093/api/output'
|
|
|
+ base_url = 'http://60.204.150.173:8094/api/output'
|
|
|
|
|
|
def start_requests(self):
|
|
|
self.crawler.stats.set_value('bid_list', [])
|