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