Use HTTPS link for kat.ph plugin

This commit is contained in:
Christophe Dumez 2013-01-08 21:34:28 +02:00
parent 1b3a758f28
commit 452fdbcc6f
2 changed files with 4 additions and 4 deletions

View file

@ -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'}

View file

@ -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'}