Browse Source

Merge pull request #798 from Gelmir/kickass

Fix kickass torrents search plugin
adaptive-webui-19844
sledgehammer999 11 years ago
parent
commit
6d9c3bc644
  1. 4
      src/searchengine/nova/engines/kickasstorrents.py
  2. 2
      src/searchengine/nova/engines/versions.txt
  3. 4
      src/searchengine/nova3/engines/kickasstorrents.py
  4. 2
      src/searchengine/nova3/engines/versions.txt

4
src/searchengine/nova/engines/kickasstorrents.py

@ -1,4 +1,4 @@ @@ -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 @@ -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'}

2
src/searchengine/nova/engines/versions.txt

@ -4,6 +4,6 @@ mininova: 1.50 @@ -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

4
src/searchengine/nova3/engines/kickasstorrents.py

@ -1,4 +1,4 @@ @@ -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 @@ -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'}

2
src/searchengine/nova3/engines/versions.txt

@ -4,6 +4,6 @@ mininova: 1.50 @@ -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…
Cancel
Save