소스 검색

zhiyu content

zhaoyang 2 년 전
부모
커밋
7ddd81ddb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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', [])