File tree 3 files changed +3
-3
lines changed
assets/docs/sources/tutorial
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(): # 如果你只想获取特定收藏夹,
169
169
print (f ' 收藏夹id: { folder_id} , 收藏夹名称: { folder_name} ' )
170
170
171
171
# 获取特定收藏夹的单页,使用favorite_folder方法
172
- page = cl .favorite_folder(page = 1 ,
172
+ page = client .favorite_folder(page = 1 ,
173
173
order_by = JmMagicConstants.ORDER_BY_LATEST ,
174
174
folder_id = ' 0' # 收藏夹id
175
175
)
Original file line number Diff line number Diff line change 2
2
# 被依赖方 <--- 使用方
3
3
# config <--- entity <--- toolkit <--- client <--- option <--- downloader
4
4
5
- __version__ = '2.5.27 '
5
+ __version__ = '2.5.28 '
6
6
7
7
from .api import *
8
8
from .jm_plugin import *
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments