jmcomic 0.4.8__tar.gz → 0.5.0__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.
- {jmcomic-0.4.8 → jmcomic-0.5.0}/PKG-INFO +2 -2
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic/jm_entity.py +1 -1
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic/jm_option.py +1 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic.egg-info/PKG-INFO +2 -2
- {jmcomic-0.4.8 → jmcomic-0.5.0}/setup.py +2 -2
- {jmcomic-0.4.8 → jmcomic-0.5.0}/README.md +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic/__init__.py +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic/api.py +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic/jm_client.py +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic/jm_config.py +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic/jm_service.py +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic/jm_toolkit.py +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic.egg-info/SOURCES.txt +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic.egg-info/dependency_links.txt +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic.egg-info/requires.txt +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/jmcomic.egg-info/top_level.txt +0 -0
- {jmcomic-0.4.8 → jmcomic-0.5.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: jmcomic
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Python API For JMComic (禁漫天堂)
|
|
5
5
|
Home-page: https://github.com/hect0x7/JMComic-Crawler-Python
|
|
6
6
|
Author: hect0x7
|
|
@@ -15,6 +15,6 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
15
15
|
Requires-Python: >=3.7
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
|
|
18
|
-
Python API For JMComic (
|
|
18
|
+
Python API For JMComic (禁漫天堂)
|
|
19
19
|
|
|
20
20
|
see source code: https://github.com/hect0x7/JMComic-Crawler-Python
|
|
@@ -274,7 +274,7 @@ class JmSearchPage(IterableEntity):
|
|
|
274
274
|
# (album_id, title, category_none, label_sub_none, tag_list)
|
|
275
275
|
self.data: List[Tuple[str, str, StrNone, StrNone, List[str]]] = album_info_list
|
|
276
276
|
|
|
277
|
-
def album_id_iter(self)
|
|
277
|
+
def album_id_iter(self):
|
|
278
278
|
for album_info in self.data:
|
|
279
279
|
yield album_info[0]
|
|
280
280
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: jmcomic
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Python API For JMComic (禁漫天堂)
|
|
5
5
|
Home-page: https://github.com/hect0x7/JMComic-Crawler-Python
|
|
6
6
|
Author: hect0x7
|
|
@@ -15,6 +15,6 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
15
15
|
Requires-Python: >=3.7
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
|
|
18
|
-
Python API For JMComic (
|
|
18
|
+
Python API For JMComic (禁漫天堂)
|
|
19
19
|
|
|
20
20
|
see source code: https://github.com/hect0x7/JMComic-Crawler-Python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|