We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Music can download but size is 0
To Reproduce Steps to reproduce the behavior:
Expected behavior Music can be download and can play normally
Desktop (please complete the following information):
Smartphone (please complete the following information):
How to fix Goto file: /apps/ncdownloader/lib/Search/Sites/sliderkz.php
Fix : 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)); }
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));
}
The text was updated successfully, but these errors were encountered:
fix issue:shiningw#136 Download music by "Search Music" error
d8d03c2
No branches or pull requests
Describe the bug
Music can download but size is 0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Music can be download and can play normally
Desktop (please complete the following information):
Smartphone (please complete the following information):
How to fix
Goto file: /apps/ncdownloader/lib/Search/Sites/sliderkz.php
Fix :
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));
}
The text was updated successfully, but these errors were encountered: