zhaoyang 2 éve
szülő
commit
6967fa0b10
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      ydyspider/spiders/zycontentSpider.py

+ 2 - 2
ydyspider/spiders/zycontentSpider.py

@@ -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', [])