From 5b2947764d7c46b8b8d3810145efcb3a564e8b73 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 8 Jan 2013 21:41:16 +0200 Subject: [PATCH] Use HTTPS link for isohunt --- src/searchengine/nova/engines/isohunt.py | 4 ++-- src/searchengine/nova3/engines/isohunt.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/searchengine/nova/engines/isohunt.py b/src/searchengine/nova/engines/isohunt.py index c37315c09..8bde55f16 100644 --- a/src/searchengine/nova/engines/isohunt.py +++ b/src/searchengine/nova/engines/isohunt.py @@ -1,4 +1,4 @@ -#VERSION: 1.4 +#VERSION: 1.41 #AUTHORS: Christophe Dumez (chris@qbittorrent.org) # Redistribution and use in source and binary forms, with or without @@ -30,7 +30,7 @@ import re from helpers import retrieve_url, download_file class isohunt(object): - url = 'http://isohunt.com' + url = 'https://isohunt.com' name = 'isoHunt' supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'} diff --git a/src/searchengine/nova3/engines/isohunt.py b/src/searchengine/nova3/engines/isohunt.py index 3428b82a3..6871c86ab 100644 --- a/src/searchengine/nova3/engines/isohunt.py +++ b/src/searchengine/nova3/engines/isohunt.py @@ -1,4 +1,4 @@ -#VERSION: 1.4 +#VERSION: 1.41 #AUTHORS: Christophe Dumez (chris@qbittorrent.org) # Redistribution and use in source and binary forms, with or without @@ -30,7 +30,7 @@ import re from helpers import retrieve_url, download_file class isohunt(object): - url = 'http://isohunt.com' + url = 'https://isohunt.com' name = 'isoHunt' supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'}