|
@@ -25,7 +25,7 @@ headers = {
|
|
|
|
|
|
|
|
|
class LndwzfRecommend:
|
|
|
- platform = ("老年队伍-祝福")
|
|
|
+ platform = ("老年队伍-精彩看点")
|
|
|
download_cnt = 0
|
|
|
element_list = []
|
|
|
i = 0
|
|
@@ -65,7 +65,7 @@ class LndwzfRecommend:
|
|
|
@classmethod
|
|
|
def get_vlist(cls, page, log_type, crawler, env):
|
|
|
url = "https://kkj.xinhuachuanmeijs.com/app/index.php?i=329&t=0&m=jyt_txvideo&v=1.0&from=wxapp&c=entry&a=wxapp&do=videolist"
|
|
|
- payload = f"category=3600&page={page}&israndom=1&type=4&noauth=true"
|
|
|
+ payload = f"category=3599&page={page}&israndom=1&type=0&noauth=true"
|
|
|
|
|
|
r = requests.request("POST", url, headers=headers, data=payload, proxies=proxies, verify=False)
|
|
|
if "data" not in r.text or r.status_code != 200:
|