From ab64b8e137d5704267b2d63a059c43716746ecf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=9A=E9=A3=8E=E6=8B=82=E6=9F=B3=E9=A2=9C?= <434857005@qq.com> Date: Sun, 7 Jan 2024 17:00:25 +0800 Subject: [PATCH] =?UTF-8?q?cctv=E6=94=B92000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/version.txt | 2 +- txt/hipy/cctv_spider.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/js/version.txt b/js/version.txt index 64bdf67..1d1f34f 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.49beta15 \ No newline at end of file +3.9.49beta16 \ No newline at end of file diff --git a/txt/hipy/cctv_spider.py b/txt/hipy/cctv_spider.py index c14f1bd..9b03c2b 100644 --- a/txt/hipy/cctv_spider.py +++ b/txt/hipy/cctv_spider.py @@ -750,8 +750,10 @@ class Spider(BaseSpider): # 元类 默认的元类 type arr = content.split('\n') urlPrefix = self.get_RegexGetText(Text=link, RegexText='(http[s]?://[a-zA-z0-9.]+)/', Index=1) subUrl = arr[-1].split('/') - subUrl[3] = '1200' - subUrl[-1] = '1200.m3u8' + # subUrl[3] = '1200' + subUrl[3] = '2000' + # subUrl[-1] = '1200.m3u8' + subUrl[-1] = '2000.m3u8' hdUrl = urlPrefix + '/'.join(subUrl) url = urlPrefix + arr[-1]