Zh.Long
Zh.Long
Pycharm的控制台输出没有窗口, 编写下面的代码 ```python from subprocess import Popen, PIPE exe = 'N_m3u8DL-CLI_v2.9.9.exe' p = Popen(args=[exe, download_url, '--saveName "%s"' % filename], stdout=PIPE, stdin=PIPE) ``` 运行会发生异常: ``` δ��������쳣: System.IO.IOException: �����Ч�� �� System.IO.__Error.WinIOError(Int32 errorCode,...
This is a Electron App. This is an Electron App. 无意望之,随性提醒。昭然若揭冠之。
查看压缩文件列表和解压压缩文件 API 接口 查看压缩文件列表 ``` # 请求 POST https://api-drive.mypikpak.com/decompress/v1/list {"gcid":"","path":"","file_id":","password":""} # 以上 file_hash 由 GET https://api-drive.mypikpak.com/drive/v1/files/ 后 response.json()['hash'] 获得. # 响应 {"status":"OK","status_text":"","task_id":"","current_path":"","title":"","file_size":"","gcid":"","files":[ {'filename': ... 'filesize': ... 'gcid': ... # 为空...