mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-16 13:11:36 +03:00
Use HTTPS link for kat.ph plugin
This commit is contained in:
parent
1b3a758f28
commit
452fdbcc6f
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 1.22
|
||||
#VERSION: 1.23
|
||||
#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 = 'http://www.kat.ph'
|
||||
url = 'https://kat.ph'
|
||||
name = 'kickasstorrents'
|
||||
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 1.22
|
||||
#VERSION: 1.23
|
||||
#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 = 'http://www.kat.ph'
|
||||
url = 'https://kat.ph'
|
||||
name = 'kickasstorrents'
|
||||
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
||||
|
||||
|
|
Loading…
Reference in a new issue