Skip to content

Commit

Permalink
[twitter] disable TLS 1.2 ciphers by default (#3522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jan 13, 2023
1 parent 18fe4b3 commit 26c3292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 26c3292

Please sign in to comment.