From 11345cd453cc497f1c39522d3cc61ded8569d0d6 Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 18 May 2023 21:42:12 +0800 Subject: [PATCH 1/3] Update config.json --- json/config.json | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/json/config.json b/json/config.json index ecd4ed9a..b8dd46bb 100644 --- a/json/config.json +++ b/json/config.json @@ -208,15 +208,41 @@ ], "rules": [ { + "name": "量子廣告", "hosts": [ - "vip.ffzy", "vip.lz", "hd.lz" ], "regex": [ - "#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.433333,[\\s\\S]*?#EXT-X-DISCONTINUITY", + "#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.433333,[\\s\\S]*?#EXT-X-DISCONTINUITY" + ] + }, + { + "name": "非凡廣告", + "hosts": [ + "vip.ffzy" + ], + "regex": [ "#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.666667,[\\s\\S]*?#EXT-X-DISCONTINUITY" ] + }, + { + "name": "火山", + "host": [ + "huoshan.com" + ], + "regex": [ + "item_id=" + ] + }, + { + "name": "抖音", + "host": [ + "douyin.com" + ], + "regex": [ + "is_play_url=" + ] } ] } From 62ee2ace8046c41913b8028c5e12b39c3613417f Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 18 May 2023 21:45:00 +0800 Subject: [PATCH 2/3] Update config.json --- json/config.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/json/config.json b/json/config.json index b8dd46bb..947f1925 100644 --- a/json/config.json +++ b/json/config.json @@ -227,7 +227,16 @@ ] }, { - "name": "火山", + "name": "全域嗅探", + "host": [ + "*" + ], + "regex": [ + "http((?!http).)*?video/tos*" + ] + }, + { + "name": "火山嗅探", "host": [ "huoshan.com" ], @@ -236,7 +245,7 @@ ] }, { - "name": "抖音", + "name": "抖音嗅探", "host": [ "douyin.com" ], From 80b148161d8fd106eb6637029684bb591455a06d Mon Sep 17 00:00:00 2001 From: FongMi Date: Fri, 19 May 2023 09:11:03 +0800 Subject: [PATCH 3/3] Update config.json --- json/config.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/json/config.json b/json/config.json index 947f1925..5a190bf2 100644 --- a/json/config.json +++ b/json/config.json @@ -226,15 +226,6 @@ "#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.666667,[\\s\\S]*?#EXT-X-DISCONTINUITY" ] }, - { - "name": "全域嗅探", - "host": [ - "*" - ], - "regex": [ - "http((?!http).)*?video/tos*" - ] - }, { "name": "火山嗅探", "host": [