From 726c94be5447acba174f12f81f5a8b37660ee2b1 Mon Sep 17 00:00:00 2001 From: skimrme Date: Fri, 21 Nov 2025 22:43:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Download.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Download.py diff --git a/Download.py b/Download.py new file mode 100644 index 0000000..9a68371 --- /dev/null +++ b/Download.py @@ -0,0 +1,7 @@ +import jmcomic as jm + +print(f'Input jmcomic Car_ID') + +car_id = input() + +jm.download_album(car_id)