Skip to content

Commit

Permalink
Update sliderkz.php
Browse files Browse the repository at this point in the history
Update slider.kz to hayqbhgr.slider.kz
  • Loading branch information
Happyfeet01 authored Aug 26, 2024
1 parent ff2ea5d commit ee6ded7
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 @@ -8,7 +8,7 @@
//slider.kz
class sliderkz extends searchBase implements searchInterface
{
public $baseUrl = "https://slider.kz/vk_auth.php";
public $baseUrl = "https://hayqbhgr.slider.kz/vk_auth.php";
protected $query = null;
protected $tableTitles = [];

Expand Down Expand Up @@ -37,7 +37,7 @@ public function getItems()
protected function getDownloadUrl(array $item): string
{
extract($item);
return sprintf("https://slider.kz/%s/%s/%s/%s.mp3?extra=null",$id,$duration, $durl, urlencode($tit_art));
return sprintf("https://hayqbhgr.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 ee6ded7

Please sign in to comment.