Skip to content

Commit

Permalink
removed useless info
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu committed Mar 15, 2021
1 parent 199661e commit c743ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public MusicInfo get(String keyword) throws Exception {
.get("album_id").getAsString();
System.out.println(je);
HttpURLConnection ihuc = (HttpURLConnection) new URL(
"https://wwwapi.kugou.com/yy/index.php?r=play/getdata&hash=" + song+"&album_id="+album_id+"&platid=437735266&_="+Utils.getTime()).openConnection();
"https://wwwapi.kugou.com/yy/index.php?r=play/getdata&hash=" + song+"&album_id="+album_id+"&_="+Utils.getTime()).openConnection();
ihuc.setRequestMethod("GET");
ihuc.setRequestProperty("Host", "www.kugou.com");
ihuc.setRequestProperty("Cookie", COOKIE);
Expand Down

0 comments on commit c743ae3

Please sign in to comment.