Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
update vkey from site moresound
Browse files Browse the repository at this point in the history
  • Loading branch information
comwrg committed Nov 17, 2018
1 parent d8bcc75 commit 38b4996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion for_lossless_music/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .song import Song
from .quality import *

__version__ = '0.1.0'
__version__ = '0.1.1'


def search(keyword, source: Source, page=1, num=20):
Expand Down
2 changes: 1 addition & 1 deletion for_lossless_music/qqmusic.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_download_urls(song):
for t in song.tags:
if t in size:
ret[t] = ('http://streamoc.music.tc.qq.com/{token}.{suffix}?'
'vkey=FE178EBB4D55DCF868B4759ADD7A8ACBEFAF88B6558162E8E8DA5A01DFCFB93CEDE02918C068E105E3A3E99267DFF1DCB94B4E8745ABFDD2&guid=MS&uin=123456&fromtag=8'
'vkey=7CE8513AF0A7C4C4C7020842487CCDB8E19CEF7CF82724BD826116EF539E31237D441DCE78E3088CD41DF24B87E23357B21D1D9CBC2472B5&guid=MS&uin=123456&fromtag=8'
.format(token=size[t] + song.token, suffix=get_suffix_by_quality(t)))
return ret

0 comments on commit 38b4996

Please sign in to comment.