Akatsuki Rui
Akatsuki Rui
不清楚你使用的代理方式,没办法回答(
Rust can build mpv-handler for macOS targets. But I don't have a macOS device. So, I don't know how to register the protocol for macOS. Welcome to PR
> Maybe you can try Github Action?It provide macOs.https://github.com/actions/virtual-environments#available-environments Building a binary isn't a trouble. The trouble is how to register an protocol. (Maybe I can do this, but I...
Yep, I will add `you-get` as alternative videos download tool.
The `mpv-handler` is supported `you-get` since https://github.com/akiirui/mpv-handler/commit/a81b02ed5654e5d964a6cbc751b0adcd7b90c350. UserScript will update asap.
I have some tests for bilibili with `you-get` and `mpv` , all are failed with 403. It seems `you-get` gives real video link to `mpv`, but `mpv` cannot download it...
https://github.com/v2fly/domain-list-community/commit/0971cd48ad85bb13975ff8e4f6a6ccc8911939fa 中添加了 ``` ## Google recaptcha.net full:fonts.googleapis.com full:fonts.gstatic.com full:safebrowsing.googleapis.com full:storage.googleapis.com ``` 虽然 `fonts.googleapis.com` 在国内有提供服务, 但是如果用户使用的是境外的 DNS 解析这些域名, 得到的 IP 是无法直连访问的. 这几行会导致使用境外 DNS 解析域名且 `geosite:geolocation-cn` 直连的用户无法访问这些域名. 建议把这几行删除, 并且在 `data/google` 中给这几行添加 `Attributes`,...
I found a point. maybe we haven't remove the newline padding when "Custom Text Extents + Warp" are enabled. https://github.com/obsproject/obs-studio/blob/master/plugins/obs-text/gdiplus/obs-text.cpp#L445-L481
https://github.com/v2fly/domain-list-community/pull/259 我也正打算整理DLC, 然后发现你写了支持 `include:filename@attr` 的代码。 使用 `include:filename@attr` 并且规范化列表可以解决上述所有问题。
如果我们以中国大陆境内用户作参考. 如果以接入点 IP 分类大致可以分成如下 4 种情况: 1. 仅有中国接入点. 毫无疑问归类于 `geolocation-cn` ``` 中国 DNS -> 中国 IP 境外 DNS -> 中国 IP ``` 2. 仅有境外接入点. 无论是否可以直连, 我们都应当将其归类于 `geolocation-!cn` ``` 域名 ->...