From 452fdbcc6f02287f5ee749fad55cd5918393545b Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 8 Jan 2013 21:34:28 +0200 Subject: [PATCH] Use HTTPS link for kat.ph plugin --- src/searchengine/nova/engines/kickasstorrents.py | 4 ++-- src/searchengine/nova3/engines/kickasstorrents.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/searchengine/nova/engines/kickasstorrents.py b/src/searchengine/nova/engines/kickasstorrents.py index 0804f6f81..84a61c541 100755 --- a/src/searchengine/nova/engines/kickasstorrents.py +++ b/src/searchengine/nova/engines/kickasstorrents.py @@ -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'} diff --git a/src/searchengine/nova3/engines/kickasstorrents.py b/src/searchengine/nova3/engines/kickasstorrents.py index 3a8dd53a3..fe8519082 100755 --- a/src/searchengine/nova3/engines/kickasstorrents.py +++ b/src/searchengine/nova3/engines/kickasstorrents.py @@ -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'}