KickassAPI icon indicating copy to clipboard operation
KickassAPI copied to clipboard

Python API for kickass.to

Results 5 KickassAPI issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

On Ubuntu 14.04, the example from the README.md fails with the SSL certificate error: ``` File "./test1.py", line 6, in for t in Search("Game of thrones"): File "/usr/local/lib/python2.7/dist-packages/KickassAPI.py", line 360,...

When searching for string "Hey Mama David Guetta Feat. Nicki Minaj & Bebe Rexha & Afrojack", it results in the following exception because of URL character "&": ``` Traceback (most...