Minor fixes in search engines

This commit is contained in:
ngosang
2015-06-11 19:06:29 +02:00
parent 274cde0396
commit cd5f904b53
10 changed files with 26 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
#VERSION: 1.26
#VERSION: 1.27
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
# Redistribution and use in source and binary forms, with or without
@@ -31,8 +31,8 @@ from helpers import retrieve_url, download_file
import json
class kickasstorrents(object):
url = 'https://kickass.to'
name = 'kickasstorrents'
url = 'https://kat.cr'
name = 'Kickass Torrents'
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
def __init__(self):