mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
parent
f5048a4586
commit
ad949c69b5
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 1.24
|
#VERSION: 1.25
|
||||||
#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.to'
|
url = 'https://kickass.so'
|
||||||
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'}
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@ mininova: 1.50
|
|||||||
piratebay: 2.01
|
piratebay: 2.01
|
||||||
vertor: 1.3
|
vertor: 1.3
|
||||||
extratorrent: 1.2
|
extratorrent: 1.2
|
||||||
kickasstorrents: 1.24
|
kickasstorrents: 1.25
|
||||||
btdigg: 1.23
|
btdigg: 1.23
|
||||||
legittorrents: 1.02
|
legittorrents: 1.02
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 1.24
|
#VERSION: 1.25
|
||||||
#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.to'
|
url = 'https://kickass.so'
|
||||||
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'}
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@ mininova: 1.50
|
|||||||
piratebay: 2.01
|
piratebay: 2.01
|
||||||
vertor: 1.3
|
vertor: 1.3
|
||||||
extratorrent: 1.2
|
extratorrent: 1.2
|
||||||
kickasstorrents: 1.24
|
kickasstorrents: 1.25
|
||||||
btdigg: 1.23
|
btdigg: 1.23
|
||||||
legittorrents: 1.02
|
legittorrents: 1.02
|
||||||
|
Loading…
Reference in New Issue
Block a user