Skip to content

Commit

Permalink
Version 1.6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mos9527 committed Jun 20, 2021
1 parent a719b76 commit 99b4e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyncm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from time import time
import requests,logging,json

__version__ = "1.6.3.3"
__version__ = "1.6.3.4"

class Session(requests.Session):
'''Represents an API session'''
Expand Down
2 changes: 1 addition & 1 deletion pyncm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def parse_args():
standard - 标准''',default='standard')
group.add_argument('--output',metavar='输出',default='.',help='输出文件夹')
group = parser.add_argument_group('歌词')
group.add_argument('--no-lyric',metavar='跳过歌词',help=r'''跳过某些歌词类型的合并
group.add_argument('--lyric-no',metavar='跳过歌词',help=r'''跳过某些歌词类型的合并
参数:
lrc - 源语言歌词
tlyric - 翻译后歌词
Expand Down

0 comments on commit 99b4e60

Please sign in to comment.