Skip to content

Commit

Permalink
update name of watching video (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
BA7JCM committed Apr 26, 2024
1 parent d6ec232 commit 6b1e43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/api/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ class BrowseSpecialPage(BaseSign):

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

PARAMS = {
'ref': 'vipAccountShortcut',
Expand Down

0 comments on commit 6b1e43f

Please sign in to comment.