diff --git a/README.md b/README.md index 08faa70..d89d16f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ - [もちフィルタ](https://eeii0a5l.github.io/mochifilter_homepage/mochi.html) - [ADgk](https://github.com/banbendalao/ADgk) - [-AWAvenue 秋风广告规则(AWAvenue-Adblock-Rule)-](https://github.com/TG-Twilight/AWAvenue-Adblock-Rule) +- [乘风广告过滤规则](https://github.com/xinggsf/Adblock-Plus-Rule/) +- [d3Host List by d3ward](https://github.com/d3ward/toolz/blob/master/src/d3host.adblock) - [Domain list community](https://github.com/v2fly/domain-list-community) - [chnroutes2 (better-aggregated chnroutes)](https://github.com/misakaio/chnroutes2/) - [aggregate6](https://github.com/job/aggregate6) diff --git a/Utils/const.py b/Utils/const.py index c356cfc..fed52ca 100644 --- a/Utils/const.py +++ b/Utils/const.py @@ -19,12 +19,16 @@ "https://raw.githubusercontent.com/banbendalao/ADgk/master/ADgk.txt", # AWAvenue 秋风广告规则 "https://raw.githubusercontent.com/TG-Twilight/AWAvenue-Adblock-Rule/main/AWAvenue-Adblock-Rule.txt", + # 乘风 视频过滤规则 + "https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/mv.txt", + # d3Host List by d3ward + "https://raw.githubusercontent.com/d3ward/toolz/master/src/d3host.adblock" ] # AdGuard DNS Filter Whitelist LIST_EXCL_URL = [ "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt", - "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exclusions.txt", + "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exclusions.txt" ] URL_CHNROUTES2 = "https://raw.githubusercontent.com/misakaio/chnroutes2/master/chnroutes.txt"