Skip to content

Commit ee6ded7

Browse files
authored
Update sliderkz.php
Update slider.kz to hayqbhgr.slider.kz
1 parent ff2ea5d commit ee6ded7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Search/Sites/sliderkz.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//slider.kz
99
class sliderkz extends searchBase implements searchInterface
1010
{
11-
public $baseUrl = "https://slider.kz/vk_auth.php";
11+
public $baseUrl = "https://hayqbhgr.slider.kz/vk_auth.php";
1212
protected $query = null;
1313
protected $tableTitles = [];
1414

@@ -37,7 +37,7 @@ public function getItems()
3737
protected function getDownloadUrl(array $item): string
3838
{
3939
extract($item);
40-
return sprintf("https://slider.kz/%s/%s/%s/%s.mp3?extra=null",$id,$duration, $durl, urlencode($tit_art));
40+
return sprintf("https://hayqbhgr.slider.kz/%s/%s/%s/%s.mp3?extra=null",$id,$duration, $durl, urlencode($tit_art));
4141
}
4242

4343
private function transformResp($data): array

0 commit comments

Comments
 (0)