Create Download.py

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

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)