File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
assets/docs/sources/tutorial Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ for page in cl.favorite_folder_gen(): # 如果你只想获取特定收藏夹,
169169 print (f ' 收藏夹id: { folder_id} , 收藏夹名称: { folder_name} ' )
170170
171171# 获取特定收藏夹的单页,使用favorite_folder方法
172- page = cl .favorite_folder(page = 1 ,
172+ page = client .favorite_folder(page = 1 ,
173173 order_by = JmMagicConstants.ORDER_BY_LATEST ,
174174 folder_id = ' 0' # 收藏夹id
175175 )
Original file line number Diff line number Diff line change 22# 被依赖方 <--- 使用方
33# config <--- entity <--- toolkit <--- client <--- option <--- downloader
44
5- __version__ = '2.5.27 '
5+ __version__ = '2.5.28 '
66
77from .api import *
88from .jm_plugin import *
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class JmcomicText:
5353 # 點擊喜歡
5454 pattern_html_album_likes = compile (r'<span id="albim_likes_\d+">(.*?)</span>' )
5555 # 觀看
56- pattern_html_album_views = compile (r'<span>(.*?)</span>\n *<span>(次觀看|观看次数)</span>' )
56+ pattern_html_album_views = compile (r'<span>(.*?)</span>\n *<span>(次觀看|观看次数|次观看次数 )</span>' )
5757 # 評論(div)
5858 pattern_html_album_comment_count = compile (r'<div class="badge"[^>]*?id="total_video_comments">(\d+)</div>' ), 0
5959
You can’t perform that action at this time.
0 commit comments