Create Download.py

This commit is contained in:
SkimrMe
2025-09-26 01:18:32 +08:00
committed by GitHub
parent 1ef7392d62
commit e05b7d386f

7
source/Download.py Normal file
View File

@@ -0,0 +1,7 @@
import jmcomic as jm
print(f'Input jmcomic Car_ID')
car_id = input()
jm.download_album(car_id)