diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-12 23:29:17 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-12 23:29:17 -0700 |
commit | 0f4b07e5283611260401b9ba988cb5e2201f4806 (patch) | |
tree | 10151a81ac914bc0d9f6792a780f44c1623c4336 | |
parent | fdf0e4961aad26411f52010bb8be3edf44ac27f9 (diff) |
refactor
-rwxr-xr-x | .local/bin/curlncm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/curlncm b/.local/bin/curlncm index 88e7d08d..602f3734 100755 --- a/.local/bin/curlncm +++ b/.local/bin/curlncm @@ -1,5 +1,5 @@ #!/bin/sh -# rewrite TianyiShi2001's python script which rewrite NeteaseCloudMusicApi node.js pai +# rewrite TianyiShi2001's python script which rewrite NeteaseCloudMusicApi node.js api # references: # https://github.com/ytdl-org/youtube-dl/issues/18051#issuecomment-859964832 # https://github.com/Binaryify/NeteaseCloudMusicApi |