[twitter] use "browser": "firefox" by default (#3522)

and reenable TLS 1.2 ciphers
This commit is contained in:
Mike Fährmann
2023-01-15 22:11:04 +01:00
parent 78937564fd
commit 4fec848858

View File

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