festoney8 / bilibili-cleaner

bilibili 页面净化大师,深度净化 B 站页面,过滤视频,过滤评论
https://greasyfork.org/zh-CN/scripts/479861
MIT License
237 stars 7 forks source link

关于视频过滤功能一些想法 #123

Closed LitVeer closed 2 months ago

LitVeer commented 2 months ago

尝试了关键字与时长过滤,但过滤效果并不那么好

相较于关键字这种精准过滤,能否增加一个分区过滤功能,这样能大范围减少某一类型视频(比如生活区)

技术层面上,我留意到视频分区id是可获取的 https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/video/video_zone.md 但大量视频的刷新,可能会造成ip、账号封禁

想请教一下各位和作者的看法

festoney8 commented 2 months ago

就是因为并发量太大,加上本插件的使用人数较多,瞬时并发和每天给 B 站带来的 API 请求增量都不少,所以不考虑做这一功能。 另一个原因是获取 API 的耗时会让视频消失变慢,检测时间从几毫秒变成几百毫秒

关于你的需求,我推荐用 https://greasyfork.org/zh-CN/scripts/481629 这一脚本,它做了通过 API 获取数据的更多屏蔽规则,按 Tag 屏蔽和竖屏屏蔽都是好功能

image

LitVeer commented 2 months ago

感谢分享