Browse Source

Merge pull request #2537 from ngosang/kickass_searchengine

Updated URL in kickasstorrents search engine
adaptive-webui-19844
sledgehammer999 10 years ago
parent
commit
f62197f868
  1. 4
      src/gui/searchengine/nova/engines/kickasstorrents.py
  2. 2
      src/gui/searchengine/nova/engines/versions.txt
  3. 4
      src/gui/searchengine/nova3/engines/kickasstorrents.py
  4. 2
      src/gui/searchengine/nova3/engines/versions.txt

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

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#VERSION: 1.25
#VERSION: 1.26
#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://kickass.so'
url = 'https://kickass.to'
name = 'kickasstorrents'
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}

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

@ -2,6 +2,6 @@ torrentreactor: 1.33 @@ -2,6 +2,6 @@ torrentreactor: 1.33
mininova: 1.51
piratebay: 2.10
extratorrent: 1.2
kickasstorrents: 1.25
kickasstorrents: 1.26
btdigg: 1.23
legittorrents: 1.02

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

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#VERSION: 1.25
#VERSION: 1.26
#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://kickass.so'
url = 'https://kickass.to'
name = 'kickasstorrents'
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}

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

@ -2,6 +2,6 @@ torrentreactor: 1.33 @@ -2,6 +2,6 @@ torrentreactor: 1.33
mininova: 1.51
piratebay: 2.10
extratorrent: 1.2
kickasstorrents: 1.25
kickasstorrents: 1.26
btdigg: 1.23
legittorrents: 1.03

Loading…
Cancel
Save