jmcomic 2.5.29__tar.gz → 2.5.30__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-2.5.29/src/jmcomic.egg-info → jmcomic-2.5.30}/PKG-INFO +1 -1
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/__init__.py +1 -1
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/jm_toolkit.py +1 -1
- {jmcomic-2.5.29 → jmcomic-2.5.30/src/jmcomic.egg-info}/PKG-INFO +1 -1
- {jmcomic-2.5.29 → jmcomic-2.5.30}/LICENSE +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/README.md +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/setup.cfg +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/setup.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/api.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/cl.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/jm_client_impl.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/jm_client_interface.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/jm_config.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/jm_downloader.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/jm_entity.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/jm_exception.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/jm_option.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic/jm_plugin.py +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic.egg-info/SOURCES.txt +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic.egg-info/dependency_links.txt +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic.egg-info/entry_points.txt +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic.egg-info/requires.txt +0 -0
- {jmcomic-2.5.29 → jmcomic-2.5.30}/src/jmcomic.egg-info/top_level.txt +0 -0
|
@@ -25,7 +25,7 @@ class JmcomicText:
|
|
|
25
25
|
pattern_html_album_album_id = compile(r'<span class="number">.*?:JM(\d+)</span>')
|
|
26
26
|
pattern_html_album_scramble_id = compile(r'var scramble_id = (\d+);')
|
|
27
27
|
pattern_html_album_name = compile(r'<h1 class="book-name" id="book-name">([\s\S]*?)</h1>')
|
|
28
|
-
pattern_html_album_episode_list = compile(r'data-album="(\d+)"
|
|
28
|
+
pattern_html_album_episode_list = compile(r'data-album="(\d+)"[^>]*>\s*?<li.*?>\s*?第(\d+)話([\s\S]*?)<[\s\S]*?>(\d+-\d+-\d+).*?')
|
|
29
29
|
pattern_html_album_page_count = compile(r'<span class="pagecount">.*?:(\d+)</span>')
|
|
30
30
|
pattern_html_album_pub_date = compile(r'>上架日期 : (.*?)</span>')
|
|
31
31
|
pattern_html_album_update_date = compile(r'>更新日期 : (.*?)</span>')
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|