|
@@ -91,7 +91,7 @@ class QplKs:
|
|
|
time.sleep(360)
|
|
|
response = requests.request("POST", url, headers=headers, data=payload)
|
|
|
response = response.json()
|
|
|
- print(f"开始扫描{content}")
|
|
|
+ print(f"开始扫描{content},粉丝量{payload_data['fansMinNum']}~{payload_data['fansMaxNum']}")
|
|
|
try:
|
|
|
result = response["result"]
|
|
|
if result == 1:
|
|
@@ -113,6 +113,8 @@ class QplKs:
|
|
|
profile_id = star["profileId"] # 主页id
|
|
|
id = sqlCollect.select_ks_star_data(profile_id)
|
|
|
if id:
|
|
|
+ print(
|
|
|
+ f"重复视频{profile_id},{content},粉丝量{payload_data['fansMinNum']}~{payload_data['fansMaxNum']}")
|
|
|
continue
|
|
|
star_tag_str = star["starTagStr"] # 内容类型1
|
|
|
industry_tag_str = star["industryTagStr"] # 内容类型2
|