zhaoyang 2 năm trước cách đây
mục cha
commit
25de6dee8d
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 = ['121.37.183.29']
     query = '?channel_name=zhuishuyun&channel_key=123456'
-    base_url = 'http://121.37.183.29:8093/api/output/'
+    base_url = 'http://121.37.183.29:8093/api/output'
 
     def start_requests(self):
         self.crawler.stats.set_value('bid_list', [])