missevan_download icon indicating copy to clipboard operation
missevan_download copied to clipboard

猫耳广播剧下载工具

Results 3 missevan_download issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "C:\Users\yu\Desktop\missevan_download-master\downloader.py", line 67, in dl_mp3(id) File "C:\Users\yu\Desktop\missevan_download-master\downloader.py", line 26, in dl_mp3 sound_url = re.findall(r"soundurl\":\"(.*?)\"", json_content)[0] IndexError: list index out of range

下载列表文件的时候,是否可以添加一个序号呢?

使用 python-3.10.2-amd64 版本的安装包安装的python,执行脚本时,会有如下提示。 ``` Traceback (most recent call last): File "D:\Apps\missevan_download-master\downloader.py", line 1, in import requests ModuleNotFoundError: No module named 'requests' ``` 解决方式也很简单,`pip install requests` 即可。但是希望作者能在主页里写一下。应该会减少一个不必要的门槛。