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