本歌单由Listen1创建, 歌曲数:336,歌单数:3,点击查看更多
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
| [Info - 10:49:34] (89438) Pylance language server 2023.3.30 (pyright 68a8e98a) starting | |
| [Info - 10:49:34] (89438) Server root directory: /Users/gramce/.vscode/extensions/ms-python.vscode-pylance-2023.3.30/dist | |
| [Info - 10:49:34] (89438) Starting service instance "test" | |
| [Info - 10:49:34] (89438) Auto-indent enabled | |
| [Info - 10:49:34] (89438) No configuration file found. | |
| [Info - 10:49:34] (89438) No pyproject.toml file found. | |
| [Info - 10:49:34] (89438) Setting pythonPath for service "test": "/Users/gramce/opt/anaconda3/envs/py311/bin/python" | |
| [Warn - 10:49:34] (89438) stubPath /Users/gramce/code/test/typings is not a valid directory. | |
| [Info - 10:49:34] (89438) Assuming Python version 3.11 | |
| [Info - 10:49:34] (89438) Assuming Python platform Darwin |
本歌单由Listen1创建, 歌曲数:336,歌单数:3,点击查看更多
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
| #!/usr/bin/env python | |
| #encoding: utf-8 | |
| #!/usr/bin/env python | |
| #encoding: utf-8 | |
| # forked from sorz/gfwlist2regex.py and gwjwin/gfwlist2squid | |
| import urllib2 | |
| import re | |
| from base64 import b64decode |