Merge pull request #74 from ngosang/feature/lime

Fix Limetorrents search plugin in Windows
This commit is contained in:
Diego Heras 2019-01-28 19:43:26 +01:00 committed by GitHub
commit b1e9b5c913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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