summaryrefslogtreecommitdiff
path: root/searx/engines/kickass.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/kickass.py')
-rw-r--r--searx/engines/kickass.py20
1 files changed, 11 insertions, 9 deletions
diff --git a/searx/engines/kickass.py b/searx/engines/kickass.py
index 9c4639c32..4c5d24008 100644
--- a/searx/engines/kickass.py
+++ b/searx/engines/kickass.py
@@ -1,12 +1,14 @@
-## Kickass Torrent (Videos, Music, Files)
-#
-# @website https://kickass.so
-# @provide-api no (nothing found)
-#
-# @using-api no
-# @results HTML (using search portal)
-# @stable yes (HTML can change)
-# @parse url, title, content, seed, leech, magnetlink
+"""
+ Kickass Torrent (Videos, Music, Files)
+
+ @website https://kickass.so
+ @provide-api no (nothing found)
+
+ @using-api no
+ @results HTML (using search portal)
+ @stable yes (HTML can change)
+ @parse url, title, content, seed, leech, magnetlink
+"""
from urlparse import urljoin
from cgi import escape