-
我想知道該怎樣下載一個album中特定章節後的全部新章節。我看了usage_advanced.py和getting_started.py,但是也看不太懂該怎麼做。新手剛剛上路,謝謝。 |
Beta Was this translation helpful? Give feedback.
Answered by
hect0x7
Sep 9, 2023
Replies: 2 comments
-
只需要一个配置文件和两行代码:
plugin:
after_init:
- plugin: find_update
kwargs:
145504: 290266 # 冒号前面写 album的id,冒号后面写章节的id
import jmcomic
jmcomic.create_option('op.yml') # op.yml所在路径 运行上述python代码即可 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hect0x7
-
能運行了,萬分感激 o7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
只需要一个配置文件和两行代码:
运行上述python代码即可