Create Download.py
This commit is contained in:
7
source/Download.py
Normal file
7
source/Download.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import jmcomic as jm
|
||||
|
||||
print(f'Input jmcomic Car_ID')
|
||||
|
||||
car_id = input()
|
||||
|
||||
jm.download_album(car_id)
|
||||
Reference in New Issue
Block a user