Update config.json

This commit is contained in:
FongMi 2023-05-18 21:42:12 +08:00
parent c0d8d044c6
commit 11345cd453
1 changed files with 28 additions and 2 deletions

View File

@ -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="
]
}
]
}