Remove workaround for SSL
limetorrents have valid certificate now.
This commit is contained in:
parent
76951967c5
commit
ce89a8a0b9
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 4.9
|
||||
# VERSION: 4.10
|
||||
# AUTHORS: Lima66
|
||||
# CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
|
|
@ -10,10 +10,6 @@ from urllib.parse import quote
|
|||
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.lol"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
eztv: 1.16
|
||||
jackett: 4.0
|
||||
limetorrents: 4.9
|
||||
limetorrents: 4.10
|
||||
piratebay: 3.3
|
||||
solidtorrents: 2.4
|
||||
torlock: 2.24
|
||||
|
|
|
|||
Loading…
Reference in New Issue