Skip to content

Commit

Permalink
[twitter] use "browser": "firefox" by default (#3522)
Browse files Browse the repository at this point in the history
and reenable TLS 1.2 ciphers
  • Loading branch information
mikf committed Jan 15, 2023
1 parent 7893756 commit 4fec848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4fec848

Please sign in to comment.