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