Skip to content

能不能添加一个简单的关键词过滤 #680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jiaowoxiaosiniang opened this issue Mar 30, 2025 · 2 comments
Open

能不能添加一个简单的关键词过滤 #680

jiaowoxiaosiniang opened this issue Mar 30, 2025 · 2 comments

Comments

@jiaowoxiaosiniang
Copy link

有的视频会有两个链接,一个是低码率的,带固定的关键字,正则匹配^(!.-mobile).+$回车后整个猫抓插件界面就只剩下最下面两行功能键了,没有正确过滤(只有几十个视频的时候好像可以用,只成功过一次,链接数量超过100就会出现上述情况)

@xifangczy
Copy link
Owner

额 是github的文本给你过滤了 还是你的正则本来就是 ^(!.-mobile).+$ 是不是少了一个问号?
^(?!.-mobile).+$

@jiaowoxiaosiniang
Copy link
Author

jiaowoxiaosiniang commented Mar 30, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants