From ae89a80ec817cc79ed39b859b6e3af2e680a6a22 Mon Sep 17 00:00:00 2001 From: skimrme Date: Sat, 22 Nov 2025 00:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4source=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Download.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 source/Download.py diff --git a/source/Download.py b/source/Download.py deleted file mode 100644 index 9a68371..0000000 --- a/source/Download.py +++ /dev/null @@ -1,7 +0,0 @@ -import jmcomic as jm - -print(f'Input jmcomic Car_ID') - -car_id = input() - -jm.download_album(car_id)