From 36aa989ca754b56dd6c6988ee9d48e2729c0ddea Mon Sep 17 00:00:00 2001 From: maoystv <92105319+maoystv@users.noreply.github.com> Date: Thu, 24 Apr 2025 13:12:57 +0800 Subject: [PATCH] Add files via upload --- PY/分享者在线.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PY/分享者在线.py b/PY/分享者在线.py index a3b178d..c218cad 100644 --- a/PY/分享者在线.py +++ b/PY/分享者在线.py @@ -97,7 +97,7 @@ class Spider(Spider): 'vod_actor': c.eq(1)('a').text(), 'vod_director': c.eq(2)('a').text(), 'vod_content': data('.detail-con p').text().split(':')[-1], - 'vod_play_from': mac_from.group(1) if mac_from else '分享者在线', + 'vod_play_from': mac_from.group(1) if mac_from else '呜呜呜', 'vod_play_url': mac_url } return {'list': [vod]}