|
@@ -11,7 +11,7 @@ from common.sql_help import sqlCollect
|
|
|
class DYLS:
|
|
|
@classmethod
|
|
|
def get_dy_zr_list(cls, task_mark, url_id, number, mark, channel_id, name):
|
|
|
- url = "http://47.236.68.175:8889/crawler/dou_yin/blogger"
|
|
|
+ url = "http://8.217.192.46:8889/crawler/dou_yin/blogger"
|
|
|
list = []
|
|
|
next_cursor = ''
|
|
|
for i in range(5):
|
|
@@ -105,7 +105,7 @@ class DYLS:
|
|
|
list = []
|
|
|
try:
|
|
|
# 抖查查
|
|
|
- url = "http://47.236.68.175:8889/crawler/dou_yin/blogger"
|
|
|
+ url = "http://8.217.192.46:8889/crawler/dou_yin/blogger"
|
|
|
payload = json.dumps({
|
|
|
"account_id": url_id,
|
|
|
"source": "抖查查",
|
|
@@ -165,7 +165,7 @@ class DYLS:
|
|
|
|
|
|
@classmethod
|
|
|
def get_video(cls, video_id):
|
|
|
- url = "http://47.236.68.175:8889/crawler/dou_yin/detail"
|
|
|
+ url = "http://8.217.192.46:8889/crawler/dou_yin/detail"
|
|
|
for i in range(3):
|
|
|
payload = json.dumps({
|
|
|
"content_id": str(video_id)
|