jmcomic 2.5.26__tar.gz → 2.5.28__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 (23) hide show
  1. {jmcomic-2.5.26/src/jmcomic.egg-info → jmcomic-2.5.28}/PKG-INFO +1 -1
  2. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/__init__.py +1 -1
  3. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/jm_toolkit.py +2 -2
  4. {jmcomic-2.5.26 → jmcomic-2.5.28/src/jmcomic.egg-info}/PKG-INFO +1 -1
  5. {jmcomic-2.5.26 → jmcomic-2.5.28}/LICENSE +0 -0
  6. {jmcomic-2.5.26 → jmcomic-2.5.28}/README.md +0 -0
  7. {jmcomic-2.5.26 → jmcomic-2.5.28}/setup.cfg +0 -0
  8. {jmcomic-2.5.26 → jmcomic-2.5.28}/setup.py +0 -0
  9. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/api.py +0 -0
  10. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/cl.py +0 -0
  11. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/jm_client_impl.py +0 -0
  12. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/jm_client_interface.py +0 -0
  13. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/jm_config.py +0 -0
  14. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/jm_downloader.py +0 -0
  15. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/jm_entity.py +0 -0
  16. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/jm_exception.py +0 -0
  17. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/jm_option.py +0 -0
  18. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic/jm_plugin.py +0 -0
  19. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic.egg-info/SOURCES.txt +0 -0
  20. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic.egg-info/dependency_links.txt +0 -0
  21. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic.egg-info/entry_points.txt +0 -0
  22. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic.egg-info/requires.txt +0 -0
  23. {jmcomic-2.5.26 → jmcomic-2.5.28}/src/jmcomic.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jmcomic
3
- Version: 2.5.26
3
+ Version: 2.5.28
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.5.26'
5
+ __version__ = '2.5.28'
6
6
 
7
7
  from .api import *
8
8
  from .jm_plugin import *
@@ -53,7 +53,7 @@ class JmcomicText:
53
53
  # 點擊喜歡
54
54
  pattern_html_album_likes = compile(r'<span id="albim_likes_\d+">(.*?)</span>')
55
55
  # 觀看
56
- pattern_html_album_views = compile(r'<span>(.*?)</span>\n *<span>(次觀看|观看次数)</span>')
56
+ pattern_html_album_views = compile(r'<span>(.*?)</span>\n *<span>(次觀看|观看次数|次观看次数)</span>')
57
57
  # 評論(div)
58
58
  pattern_html_album_comment_count = compile(r'<div class="badge"[^>]*?id="total_video_comments">(\d+)</div>'), 0
59
59
 
@@ -397,7 +397,7 @@ class JmPageTool:
397
397
  # 收藏页面的本子结果
398
398
  pattern_html_favorite_content = compile(
399
399
  r'<div id="favorites_album_[^>]*?>[\s\S]*?'
400
- r'<a href="/album/(\d+)/">[\s\S]*?'
400
+ r'<a href="/album/(\d+)/[^"]*">[\s\S]*?'
401
401
  r'<div class="video-title title-truncate">([^<]*?)'
402
402
  r'</div>'
403
403
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jmcomic
3
- Version: 2.5.26
3
+ Version: 2.5.28
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