From 978d46b4255b3844a05c3cddab7d48fb625e9263 Mon Sep 17 00:00:00 2001 From: FongMi Date: Sat, 17 Jun 2023 00:28:42 +0800 Subject: [PATCH] Update config.json --- json/adult.json | 6 ++++-- json/config.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/json/adult.json b/json/adult.json index fba513a5..a470421a 100644 --- a/json/adult.json +++ b/json/adult.json @@ -541,7 +541,8 @@ "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", + "#EXTINF.*?\\s+.*?1o.*?\\.ts\\s+" ] }, { @@ -551,7 +552,8 @@ "hd.ffzy" ], "regex": [ - "#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.666667,[\\s\\S]*?#EXT-X-DISCONTINUITY" + "#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.666667,[\\s\\S]*?#EXT-X-DISCONTINUITY", + "#EXTINF.*?\\s+.*?1o.*?\\.ts\\s+" ] } ] diff --git a/json/config.json b/json/config.json index 14a273a1..94c1eefa 100644 --- a/json/config.json +++ b/json/config.json @@ -279,7 +279,8 @@ "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", + "#EXTINF.*?\\s+.*?1o.*?\\.ts\\s+" ] }, { @@ -289,7 +290,8 @@ "hd.ffzy" ], "regex": [ - "#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.666667,[\\s\\S]*?#EXT-X-DISCONTINUITY" + "#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.666667,[\\s\\S]*?#EXT-X-DISCONTINUITY", + "#EXTINF.*?\\s+.*?1o.*?\\.ts\\s+" ] }, {