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

Fix for failing Kick Ass Torrents search #1071

Closed
brknkfr opened this issue Apr 10, 2013 · 3 comments
Closed

Fix for failing Kick Ass Torrents search #1071

brknkfr opened this issue Apr 10, 2013 · 3 comments

Comments

@brknkfr
Copy link

brknkfr commented Apr 10, 2013

I can't post a comment on #431, that's why I'm opening a new issue.

I always get a 404 for the Kick Ass Torrents search. I think the reason for failing is a wrong formed search url (notice the category parameter). For now I changed providerurl in searchers.py from

providerurl = url_fix("http://www.kat.ph/search/" + term)

to

providerurl = url_fix("https://kat.ph/usearch/" + term + "category:music")

and I deleted the category-field in the params.

@MrsAngelD
Copy link

this doesn't seem to fix the problem for me, I still get the error

Error fetching data from Kick Ass Torrent: HTTP Error 404: Not Found

@whiteyw80
Copy link

That fix does not work, and wouldn't work. The category "music" is already included in the existing code, and both search and usearch are operating normally on the provider side.

@rembo10
Copy link
Owner

rembo10 commented Jun 12, 2013

I think i have this fixed in the develop branch if you guys want to give it a try :-)

@rembo10 rembo10 closed this as completed Apr 6, 2014
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

4 participants