Create Download.py

This commit is contained in:
SkimrMe
2025-09-26 01:30:40 +08:00
committed by GitHub
parent b8a3f75ec4
commit 8be9e5b010

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)