Skip to content
New issue

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

Download music by "Search Music" error #136

Open
CallMeHFK opened this issue Jun 27, 2023 · 0 comments
Open

Download music by "Search Music" error #136

CallMeHFK opened this issue Jun 27, 2023 · 0 comments

Comments

@CallMeHFK
Copy link
Contributor

Describe the bug
Music can download but size is 0

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Search Torrents'
  2. Change to 'MUSIC' search
  3. Click 'Search',then download some music.
  4. See error

Expected behavior
Music can be download and can play normally

Desktop (please complete the following information):

  • Any device

Smartphone (please complete the following information):

  • Any device

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));
}

CallMeHFK added a commit to CallMeHFK/ncdownloader that referenced this issue Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant