Compare commits
10 Commits
fa4102d896
...
a11a5f0510
| Author | SHA1 | Date | |
|---|---|---|---|
| a11a5f0510 | |||
|
|
1399481493 | ||
|
|
c88ad2423f | ||
| 501e6af46a | |||
| 81df40dece | |||
| 6bdd97c366 | |||
| 3b6845844f | |||
|
|
7039f254e6 | ||
|
|
f1fcd8fcbd | ||
|
|
d4c978c904 |
7
Download.py
Normal file
7
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)
|
||||
@@ -1,6 +1,7 @@
|
||||
# jm_download-_python
|
||||
# jm_download-_python [docs](https://skimrme.github.io/jm_download_python/)
|
||||
jm_download _python
|
||||
|
||||
|
||||
# 项目思路来源于[JMComic-Crawler-Python](https://github.com/hect0x7/JMComic-Crawler-Python)
|
||||
|
||||
其实是就是套壳,哈哈哈哈
|
||||
|
||||
1
docs/index.html
Normal file
1
docs/index.html
Normal file
@@ -0,0 +1 @@
|
||||
test
|
||||
16
requirements.txt
Normal file
16
requirements.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
altgraph==0.17.4
|
||||
certifi==2025.11.12
|
||||
cffi==2.0.0
|
||||
commonX==0.6.39
|
||||
curl_cffi==0.13.0
|
||||
importlib_metadata==8.7.0
|
||||
jmcomic==2.6.10
|
||||
macholib==1.16.3
|
||||
packaging==25.0
|
||||
pillow==11.3.0
|
||||
pycparser==2.23
|
||||
pycryptodome==3.23.0
|
||||
pyinstaller==6.16.0
|
||||
pyinstaller-hooks-contrib==2025.9
|
||||
PyYAML==6.0.3
|
||||
zipp==3.23.0
|
||||
Reference in New Issue
Block a user