Browse Source

zhiyu content

zhaoyang 2 năm trước cách đây
mục cha
commit
7ddd81ddb6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ydyspider/spiders/zycontentSpider.py

+ 1 - 1
ydyspider/spiders/zycontentSpider.py

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