[twitter] disable TLS 1.2 ciphers by default (#3522)

This commit is contained in:
Mike Fährmann
2023-01-13 16:05:43 +01:00
parent 18fe4b334d
commit 26c3292538

View File

@@ -26,6 +26,7 @@ class TwitterExtractor(Extractor):
cookiedomain = ".twitter.com"
cookienames = ("auth_token",)
root = "https://twitter.com"
tls12 = False
def __init__(self, match):
Extractor.__init__(self, match)