Skip to content

Commit

Permalink
change host for qq nondanee#84
Browse files Browse the repository at this point in the history
  • Loading branch information
nondanee committed May 7, 2019
1 parent 4b75420 commit f1d3e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/qq.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ticket = () => {
const track = id => {
return cache(ticket)
.then(vkey => {
let host = ['streamoc.music.tc.qq.com', 'isure.stream.qqmusic.qq.com', 'dl.stream.qqmusic.qq.com', '183.131.60.16/amobile.music.tc.qq.com'][0]
let host = ['streamoc.music.tc.qq.com', 'isure.stream.qqmusic.qq.com', 'dl.stream.qqmusic.qq.com', 'aqqmusic.tc.qq.com/amobile.music.tc.qq.com'][1]
let songUrl =
'http://' + host + '/M500' + id +
'.mp3?vkey=' + vkey +
Expand Down

0 comments on commit f1d3e44

Please sign in to comment.