GopeedLab / gopeed

A modern download manager that supports all platforms. Built with Golang and Flutter.
https://gopeed.com
GNU General Public License v3.0
16.95k stars 1.19k forks source link

不能匹配url地址文件后缀 #774

Closed wang12345678 closed 1 month ago

wang12345678 commented 1 month ago

"scripts": [ { "event": "onResolve", "match": { "urls": [ "/.m3u8" ] },

monkeyWie commented 1 month ago

参考下这里的规则: https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns?hl=zh-cn

wang12345678 commented 1 month ago

"scripts": [ { "event": "onResolve", "match": { "urls": [ ":///*.m3u8" ] },

可以了