[twitter] use "browser": "firefox" by default (#3522)
and reenable TLS 1.2 ciphers
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user