mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Updated search plugin's URL
This commit is contained in:
parent
959ee4c46b
commit
74b26edc0d
4 changed files with 4 additions and 4 deletions
|
@ -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 = 'https://isohunt.com'
|
url = 'https://isohunt.to'
|
||||||
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'}
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ from helpers import retrieve_url, download_file
|
||||||
PREVIOUS_IDS = set()
|
PREVIOUS_IDS = set()
|
||||||
|
|
||||||
class piratebay(object):
|
class piratebay(object):
|
||||||
url = 'https://thepiratebay.se'
|
url = 'https://thepiratebay.sx'
|
||||||
name = 'The Pirate Bay'
|
name = 'The Pirate Bay'
|
||||||
supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'}
|
supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'}
|
||||||
|
|
||||||
|
|
|
@ -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 = 'https://isohunt.com'
|
url = 'https://isohunt.to'
|
||||||
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'}
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ from helpers import retrieve_url, download_file
|
||||||
PREVIOUS_IDS = set()
|
PREVIOUS_IDS = set()
|
||||||
|
|
||||||
class piratebay(object):
|
class piratebay(object):
|
||||||
url = 'https://thepiratebay.se'
|
url = 'https://thepiratebay.sx'
|
||||||
name = 'The Pirate Bay'
|
name = 'The Pirate Bay'
|
||||||
supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'}
|
supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue