This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Generated by gfwlist2pac in precise mode | |
| // https://github.com/clowwindy/gfwlist2pac | |
| var proxy = "SOCKS 127.0.0.1:1080"; | |
| var rules = [ | |
| "|http://85.17.73.31/", | |
| "||agnesb.fr", | |
| "||akiba-web.com", | |
| "||altrec.com", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "请输入网易云音乐分享地址" | |
| read share_url | |
| echo "请输入下载的歌曲名" | |
| read -r music_name | |
| id=`echo $share_url | sed 's/.*[^a-z]id=\([0-9]\{1,\}\).*/\1/'` |
NewerOlder