nianeyna/ao3downloader
https://github.com/nianeyna/ao3downloader
下载和安装方法按照作者在Instructions中给出的步骤来就可以了,基本上就是:
- 安装最新版python(在网上搜索一下安装步骤)
- 下载作者在GitHub这里给出的压缩包(点击Code旁边的小箭头,下载zip文件)
- 解压压缩包
- 运行安装
- windows的话双击打开解压文件夹中的"ao3downloader.cmd"
- Mac OS系统的话选中解压文件夹,右键菜单,选中最底下的服务→新建位于文件夹位置的终端窗口;或者可以在系统应用里打开“终端”,输入
cd(cd然后空一格),然后把文件夹拖进终端窗口里
在终端/命令行窗口中粘贴以下命令,然后回车:
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
python3 ao3downloader.py
完成安装以后,以后每次还是按上面的方法打开在文件夹打开的终端/运行窗口,输入:
source venv/bin/activate
python3 ao3downloader.py
就可以运行程序了。
安装成功以后终端/运行窗口中会显示程序菜单,会出现以下内容,具体的解释可以看程序作者的GitHub页面:
options
d: display menu
a: download from ao3 link
l: get all work links from an ao3 listing (saves links only)
f: download links from file
u: download latest version of incomplete fics
s: download missing fics from series
r: re-download fics saved in one format in a different format
m: download marked for later list and mark all as read (requires login)
p: download bookmarks from pinboard
v: convert logfile into interactable html
i: configure ignore list (list of links to never try to download)
'd' to display the menu again
如果没有的话,说明安装没有完成or成功,需要读一下最后的报错是什么。