mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Merge pull request #2537 from ngosang/kickass_searchengine
Updated URL in kickasstorrents search engine
This commit is contained in:
commit
f62197f868
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 1.25
|
#VERSION: 1.26
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -31,7 +31,7 @@ from helpers import retrieve_url, download_file
|
||||||
import json
|
import json
|
||||||
|
|
||||||
class kickasstorrents(object):
|
class kickasstorrents(object):
|
||||||
url = 'https://kickass.so'
|
url = 'https://kickass.to'
|
||||||
name = 'kickasstorrents'
|
name = 'kickasstorrents'
|
||||||
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ torrentreactor: 1.33
|
||||||
mininova: 1.51
|
mininova: 1.51
|
||||||
piratebay: 2.10
|
piratebay: 2.10
|
||||||
extratorrent: 1.2
|
extratorrent: 1.2
|
||||||
kickasstorrents: 1.25
|
kickasstorrents: 1.26
|
||||||
btdigg: 1.23
|
btdigg: 1.23
|
||||||
legittorrents: 1.02
|
legittorrents: 1.02
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 1.25
|
#VERSION: 1.26
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -31,7 +31,7 @@ from helpers import retrieve_url, download_file
|
||||||
import json
|
import json
|
||||||
|
|
||||||
class kickasstorrents(object):
|
class kickasstorrents(object):
|
||||||
url = 'https://kickass.so'
|
url = 'https://kickass.to'
|
||||||
name = 'kickasstorrents'
|
name = 'kickasstorrents'
|
||||||
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ torrentreactor: 1.33
|
||||||
mininova: 1.51
|
mininova: 1.51
|
||||||
piratebay: 2.10
|
piratebay: 2.10
|
||||||
extratorrent: 1.2
|
extratorrent: 1.2
|
||||||
kickasstorrents: 1.25
|
kickasstorrents: 1.26
|
||||||
btdigg: 1.23
|
btdigg: 1.23
|
||||||
legittorrents: 1.03
|
legittorrents: 1.03
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue