nondanee / vsc-netease-music

UNOFFICIAL Netease Music extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=nondanee.vsc-netease-music
MIT License
1.02k stars 80 forks source link

自动替换脚本可以优化 #117

Closed Purotis closed 3 years ago

Purotis commented 3 years ago

electron 官方发布的资源里有完整版的 ffmpeg.dll 的 zip 包, 对应格式为 ffmpeg-v{version}-{system}-{arch}.zip, 淘宝镜像也做了同步, python 脚本不用再下完整的 electron 包了。

Purotis commented 3 years ago

Powershell

Invoke-RestMethod https://gist.githubusercontent.com/Purotis/3d22be4ab08c0190c80cdc00224d3064/raw | python

Shell

curl https://gist.githubusercontent.com/Purotis/3d22be4ab08c0190c80cdc00224d3064/raw | python
nondanee commented 3 years ago

看下 #103

Purotis commented 3 years ago

@nondanee electron发布的chromedriver里面的ffmpeg是和本体一致的, 可以考虑改成chromedriver。