Skip to content

Commit

Permalink
fix issue:shiningw#136 Download music by "Search Music" error
Browse files Browse the repository at this point in the history
  • Loading branch information
CallMeHFK authored Mar 15, 2024
1 parent 9a54f69 commit d8d03c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Search/Sites/sliderkz.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public function getItems()
}
protected function getDownloadUrl(array $item): string
{
extract($item);
return sprintf("https://slider.kz/download/%s/%s/%s/%s.mp3?extra=null", $id, $duration, $url, urlencode($tit_art));
extract($item);
return sprintf("https://slider.kz/%s/%s/%s/%s.mp3?extra=null",$id,$duration, $durl, urlencode($tit_art));
}

private function transformResp($data): array
Expand Down

0 comments on commit d8d03c2

Please sign in to comment.