Fix kickass torrents search plugin

This commit is contained in:
Nick Tiskov 2013-07-23 22:23:45 +04:00 committed by sledgehammer999
parent 74a852e8a6
commit a069394d8c
4 changed files with 6 additions and 6 deletions

View file

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

View file

@ -4,6 +4,6 @@ mininova: 1.50
piratebay: 1.52
vertor: 1.3
extratorrent: 1.1
kickasstorrents: 1.23
kickasstorrents: 1.24
btdigg: 1.21
legittorrents: 1.02

View file

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

View file

@ -4,6 +4,6 @@ mininova: 1.50
piratebay: 1.52
vertor: 1.3
extratorrent: 1.1
kickasstorrents: 1.23
kickasstorrents: 1.24
btdigg: 1.21
legittorrents: 1.02