From 5ce119c42f34298a138df22ceca566b48b0af4ad Mon Sep 17 00:00:00 2001 From: Harold <8866033@gmail.com> Date: Mon, 20 Apr 2026 07:59:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/剧圈圈.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/py/剧圈圈.py b/py/剧圈圈.py index 0fdbe87..171140e 100644 --- a/py/剧圈圈.py +++ b/py/剧圈圈.py @@ -16,12 +16,11 @@ class Spider(BaseSpider): def __init__(self): self.name = "剧圈圈" self.host = "https://www.jqqzx.cc" - self._category_vodshow_unavailable = False + self._category_vodshow_unavailable = True self.headers = { "User-Agent": "Mozilla/5.0", "Accept-Language": "zh-CN,zh;q=0.9,en;q=0.8", "Referer": self.host + "/", - "Cookie": "gg_iscookie=1; gg_show_number6122=4; gg_iscookie=1; gg_show_number6122=3; mx_style=white; showBtn=true; mac_history_mxpro=%5B%7B%22vod_name%22%3A%22%E5%81%8F%E5%81%8F%E9%81%87%E8%A7%81%E4%BD%A0%22%2C%22vod_url%22%3A%22https%3A%2F%2Fwww.jqqzx.cc%2Fplay%2F62215-5-1.html%22%2C%22vod_part%22%3A%2201%22%7D%2C%7B%22vod_name%22%3A%22%E6%9C%88%E9%B3%9E%E7%BB%AE%E7%BA%AA%22%2C%22vod_url%22%3A%22https%3A%2F%2Fwww.jqqzx.cc%2Fplay%2F61941-2-1.html%22%2C%22vod_part%22%3A%22%E7%AC%AC1%E9%9B%86%22%7D%5D; PHPSESSID=gtc81g6q1dnisr5f6gldv4aivq", } self.categories = [ {"type_id": "dianying", "type_name": "电影"},