zhangguanzhang
zhangguanzhang
我自己暂时写了个复杂的来处理。。。,不知道有更好的办法不 ```bash cd openwrt # 添加的 feeds 应用包优先于自带的 feed 里的 app echo "重复的包检测:👇" ./scripts/feeds list | awk '{if(a[$1]){print $1}else{a[$1]++}}' echo "重复的包检测:👆" ./scripts/feeds list | awk '{if(a[$1]){print $1}else{a[$1]++}}' | while read...
代理不强,再试,或者hack下添加goproxy再便宜
全是备的
Any progress on this feature?
could add an option to enable the pic ---Original--- From: ***@***.***> Date: Thu, May 5, 2022 08:52 AM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [kkdai/youtube] how to get the cover...
hello the version 2.5.3 in Centos 7.5 also have this bug
可以试试映射到高位端口,或者套防止udp qos的
这种就不要提issue了。。。 ``` export GOPROXY=https://goproxy.cn,https://mirrors.aliyun.com/goproxy/,https://goproxy.io,direct ```