mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 03:06:37 +03:00
Fix kickass torrents search plugin
This commit is contained in:
parent
080377b662
commit
aa327fb2df
4 changed files with 6 additions and 6 deletions
|
@ -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'}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue