filtering: add Bilibili and Weibo domains

This commit is contained in:
NeP 2022-08-04 19:45:10 +08:00
parent e0f2c3d170
commit 4c6377c5cb
1 changed files with 2 additions and 1 deletions

View File

@ -254,7 +254,7 @@ var serviceRulesArray = []svc{{
rules: []string{"||viber.com^"}, rules: []string{"||viber.com^"},
}, { }, {
name: "weibo", name: "weibo",
rules: []string{"||weibo.com^", "||weibo.cn^"}, rules: []string{"||weibo.com^", "||weibo.cn^", "||weibocdn.com^"},
}, { }, {
name: "9gag", name: "9gag",
rules: []string{"||9cache.com^", "||9gag.com^"}, rules: []string{"||9cache.com^", "||9gag.com^"},
@ -299,6 +299,7 @@ var serviceRulesArray = []svc{{
rules: []string{ rules: []string{
"||bilibili.com^", "||bilibili.com^",
"||bilivideo.com^", "||bilivideo.com^",
"||bilivideo.cn^",
"||biligame.com^", "||biligame.com^",
"||biliapi.net^", "||biliapi.net^",
"||dreamcast.hk^", "||dreamcast.hk^",