jmcomic 2.6.4__tar.gz → 2.6.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. {jmcomic-2.6.4/src/jmcomic.egg-info → jmcomic-2.6.5}/PKG-INFO +1 -1
  2. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/__init__.py +1 -1
  3. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/jm_config.py +4 -5
  4. {jmcomic-2.6.4 → jmcomic-2.6.5/src/jmcomic.egg-info}/PKG-INFO +1 -1
  5. {jmcomic-2.6.4 → jmcomic-2.6.5}/LICENSE +0 -0
  6. {jmcomic-2.6.4 → jmcomic-2.6.5}/README.md +0 -0
  7. {jmcomic-2.6.4 → jmcomic-2.6.5}/pyproject.toml +0 -0
  8. {jmcomic-2.6.4 → jmcomic-2.6.5}/setup.cfg +0 -0
  9. {jmcomic-2.6.4 → jmcomic-2.6.5}/setup.py +0 -0
  10. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/api.py +0 -0
  11. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/cl.py +0 -0
  12. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/jm_client_impl.py +0 -0
  13. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/jm_client_interface.py +0 -0
  14. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/jm_downloader.py +0 -0
  15. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/jm_entity.py +0 -0
  16. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/jm_exception.py +0 -0
  17. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/jm_option.py +0 -0
  18. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/jm_plugin.py +0 -0
  19. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic/jm_toolkit.py +0 -0
  20. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic.egg-info/SOURCES.txt +0 -0
  21. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic.egg-info/dependency_links.txt +0 -0
  22. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic.egg-info/entry_points.txt +0 -0
  23. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic.egg-info/requires.txt +0 -0
  24. {jmcomic-2.6.4 → jmcomic-2.6.5}/src/jmcomic.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jmcomic
3
- Version: 2.6.4
3
+ Version: 2.6.5
4
4
  Summary: Python API For JMComic (禁漫天堂)
5
5
  Home-page: https://github.com/hect0x7/JMComic-Crawler-Python
6
6
  Author: hect0x7
@@ -2,7 +2,7 @@
2
2
  # 被依赖方 <--- 使用方
3
3
  # config <--- entity <--- toolkit <--- client <--- option <--- downloader
4
4
 
5
- __version__ = '2.6.4'
5
+ __version__ = '2.6.5'
6
6
 
7
7
  from .api import *
8
8
  from .jm_plugin import *
@@ -128,11 +128,10 @@ class JmModuleConfig:
128
128
 
129
129
  # 移动端API域名
130
130
  DOMAIN_API_LIST = shuffled('''
131
- www.cdnmhwscc.vip
132
- www.cdnplaystation6.club
133
- www.cdnplaystation6.org
134
- www.cdnuc.vip
135
- www.cdn-mspjmapiproxy.xyz
131
+ www.cdnaspa.vip
132
+ www.cdnaspa.club
133
+ www.cdnplaystation6.vip
134
+ www.cdnplaystation6.cc
136
135
  ''')
137
136
 
138
137
  # 获取最新移动端API域名的地址
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jmcomic
3
- Version: 2.6.4
3
+ Version: 2.6.5
4
4
  Summary: Python API For JMComic (禁漫天堂)
5
5
  Home-page: https://github.com/hect0x7/JMComic-Crawler-Python
6
6
  Author: hect0x7
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes