Creates an adapter with OpenSSL security level 1. Example usage:
from streamlink.plugin.api.http_session import TLSSecLevel1Adapter
adapter = TLSSecLevel1Adapter()
self.session.http.mount("https://filmon.com", adapter)
self.session.http.mount("https://www.filmon.com", adapter)
mkbloke deleted the tls-sec-level1-adaptor branch
February 13, 2022 19:54Billy2011 added a commit to Billy2011/streamlink-27 that referenced this pull request
Feb 14, 2022…eamlink#4345) Creates an adapter with OpenSSL security level 1. Example usage: from streamlink.plugin.api.http_session import TLSSecLevel1Adapter adapter = TLSSecLevel1Adapter() self.session.http.mount("https://filmon.com", adapter) self.session.http.mount("https://www.filmon.com", adapter)
Merged
Closed