mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-24 19:45:01 +08:00
11 lines
314 B
JavaScript
11 lines
314 B
JavaScript
|
// https://bfzyapi.com/api.php/provide/vod/?ac=list
|
||
|
|
||
|
var rule = {
|
||
|
模板: '采集1',
|
||
|
title: '暴风资源[资]',
|
||
|
host: 'https://bfzyapi.com',
|
||
|
// homeTid: '13',
|
||
|
homeTid: '',
|
||
|
cate_exclude: '电影片|连续剧|综艺片|动漫片|电影解说|体育|演员|新闻资讯',
|
||
|
parse_url: '',
|
||
|
}
|