mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-05 16:42:40 +00:00
cleanup
This commit is contained in:
parent
e61ce97ad5
commit
fac771e68d
@ -175,7 +175,7 @@ class TwitCastingIE(InfoExtractor):
|
||||
|
||||
password_params = {
|
||||
'word': hashlib.md5(video_password.encode()).hexdigest(),
|
||||
} if video_password else {}
|
||||
} if video_password else None
|
||||
|
||||
formats = []
|
||||
# low: 640x360, medium: 1280x720, high: 1920x1080
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user