Add files via upload

This commit is contained in:
gaotianliuyun
2023-05-18 23:38:12 +08:00
committed by GitHub
parent 25fe2cb66d
commit cb8b72ef2b
4 changed files with 106 additions and 51 deletions

View File

@@ -61,9 +61,6 @@
"api": "https://cj.lziapi.com/api.php/provide/vod/at/xml/",
"searchable": 1,
"changeable": 1,
"ads": [
"#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.433333,[\\s\\S]*?#EXT-X-DISCONTINUITY"
],
"categories": [
"国产动漫",
"日韩动漫",
@@ -99,9 +96,6 @@
"api": "http://cj.ffzyapi.com/api.php/provide/vod/at/xml/",
"searchable": 1,
"changeable": 1,
"ads": [
"#EXT-X-DISCONTINUITY\\r*\\n*#EXTINF:6.666667,[\\s\\S]*?#EXT-X-DISCONTINUITY"
],
"categories": [
"国产动漫",
"日韩动漫",
@@ -211,5 +205,53 @@
"searchable": 1,
"changeable": 0
}
],
"rules": [
{
"name": "量子廣告",
"hosts": [
"vip.lz",
"hd.lz"
],
"regex": [
"#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": [
"*"
],
"regex": [
"http((?!http).)*?video/tos*"
]
},
{
"name": "火山嗅探",
"host": [
"huoshan.com"
],
"regex": [
"item_id="
]
},
{
"name": "抖音嗅探",
"host": [
"douyin.com"
],
"regex": [
"is_play_url="
]
}
]
}