mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-11-16 07:48:01 +01:00
parent
7e59ca440a
commit
7de837a5e3
1 changed files with 1 additions and 1 deletions
|
@ -4731,7 +4731,7 @@ def determine_protocol(info_dict):
|
|||
if protocol is not None:
|
||||
return protocol
|
||||
|
||||
url = info_dict['url']
|
||||
url = sanitize_url(info_dict['url'])
|
||||
if url.startswith('rtmp'):
|
||||
return 'rtmp'
|
||||
elif url.startswith('mms'):
|
||||
|
|
Loading…
Reference in a new issue