English|繁體中文
一款下載 Fantasia(matsurihi.me) 中指定頁面所有圖片的工具
$ python3 himePicParser.py --help
usage: himePicParser [-h] [-U URL [URL ...]] [-D DIR]
Fetch all url in the matsurihi.me html elements
options:
-h, --help show this help message and exit
-U URL [URL ...], --url URL [URL ...]
-D DIR, --dir DIR
-U
是網頁 URL,必須以https://mltd.matsurihi.me
開頭,提供複數 URL 處理,每筆連結以空格區隔-D
決定圖片被儲存的資料夾,其結構為./<dir>/CARD_ID
,預設為./
pip install -r requirements.txt
python3 -B himePicParser.py https://mltd.matsurihi.me/cards/1945 https://mltd.matsurihi.me/cards/1926
-B
抑制__pycache__
的建立- 使用空格分割各個 URL
pyinstaller -F ./src/himePicParser.py -i "icon.ico"
遵守 MIT 授權條款。