mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 03:17:44 +03:00
fix issue for unknown type
This commit is contained in:
parent
8552bccb91
commit
bb48903838
@ -537,7 +537,8 @@ def playlist_not_supported(name):
|
||||
return f
|
||||
|
||||
def print_info(site_info, title, type, size):
|
||||
type = type.lower()
|
||||
if type:
|
||||
type = type.lower()
|
||||
if type in ['3gp']:
|
||||
type = 'video/3gpp'
|
||||
elif type in ['asf', 'wmv']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user