mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-16 05:01:37 +03:00
Use HTTPS link for isohunt
This commit is contained in:
parent
452fdbcc6f
commit
5b2947764d
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 1.4
|
#VERSION: 1.41
|
||||||
#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
|
||||||
|
@ -30,7 +30,7 @@ import re
|
||||||
from helpers import retrieve_url, download_file
|
from helpers import retrieve_url, download_file
|
||||||
|
|
||||||
class isohunt(object):
|
class isohunt(object):
|
||||||
url = 'http://isohunt.com'
|
url = 'https://isohunt.com'
|
||||||
name = 'isoHunt'
|
name = 'isoHunt'
|
||||||
supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'}
|
supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 1.4
|
#VERSION: 1.41
|
||||||
#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
|
||||||
|
@ -30,7 +30,7 @@ import re
|
||||||
from helpers import retrieve_url, download_file
|
from helpers import retrieve_url, download_file
|
||||||
|
|
||||||
class isohunt(object):
|
class isohunt(object):
|
||||||
url = 'http://isohunt.com'
|
url = 'https://isohunt.com'
|
||||||
name = 'isoHunt'
|
name = 'isoHunt'
|
||||||
supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'}
|
supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue