Skip to content

Commit 6b1e43f

Browse files
authored
update name of watching video (#277)
1 parent d6ec232 commit 6b1e43f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/api/sign.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ class BrowseSpecialPage(BaseSign):
270270

271271
class BrowseVideoPost(BaseSign):
272272
"""
273-
浏览指定视频流超过5分钟
273+
浏览指定页面的多个视频超过5分钟(中途退出重新计算时间)
274274
"""
275-
NAME = "浏览指定视频流超过5分钟"
275+
NAME = "浏览指定页面的多个视频超过5分钟(中途退出重新计算时间)"
276276

277277
PARAMS = {
278278
'ref': 'vipAccountShortcut',

0 commit comments

Comments
 (0)