Fix Limetorrents search plugin in Windows
This commit is contained in:
parent
828fc9271d
commit
520bacdf88
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 4.00
|
||||
#VERSION: 4.01
|
||||
# AUTHORS: Lima66
|
||||
# CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
|
|
@ -14,6 +14,10 @@ except ImportError:
|
|||
from novaprinter import prettyPrinter
|
||||
from helpers import retrieve_url
|
||||
|
||||
# Fix invalid certificate in Windows
|
||||
import ssl
|
||||
ssl._create_default_https_context = ssl._create_unverified_context
|
||||
|
||||
|
||||
class limetorrents(object):
|
||||
url = "https://www.limetorrents.info"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ eztv: 1.01
|
|||
jackett: 2.00
|
||||
leetx: 2.00
|
||||
legittorrents: 2.03
|
||||
limetorrents: 4.00
|
||||
limetorrents: 4.01
|
||||
piratebay: 2.18
|
||||
rarbg: 2.00
|
||||
torlock: 2.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 4.00
|
||||
#VERSION: 4.01
|
||||
# AUTHORS: Lima66
|
||||
# CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
|
|
@ -14,6 +14,10 @@ except ImportError:
|
|||
from novaprinter import prettyPrinter
|
||||
from helpers import retrieve_url
|
||||
|
||||
# Fix invalid certificate in Windows
|
||||
import ssl
|
||||
ssl._create_default_https_context = ssl._create_unverified_context
|
||||
|
||||
|
||||
class limetorrents(object):
|
||||
url = "https://www.limetorrents.info"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ eztv: 1.01
|
|||
jackett: 2.00
|
||||
leetx: 2.00
|
||||
legittorrents: 2.03
|
||||
limetorrents: 4.00
|
||||
limetorrents: 4.01
|
||||
piratebay: 2.18
|
||||
rarbg: 2.00
|
||||
torlock: 2.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue