mirror of
https://github.com/soimort/you-get.git
synced 2025-02-10 04:02:28 +03:00
rollback
This commit is contained in:
parent
30e179cc3f
commit
e5c58d507c
@ -537,7 +537,7 @@ def playlist_not_supported(name):
|
||||
return f
|
||||
|
||||
def print_info(site_info, title, type, size):
|
||||
type = type.lower()
|
||||
type = str(type).lower()
|
||||
if type in ['3gp']:
|
||||
type = 'video/3gpp'
|
||||
elif type in ['asf', 'wmv']:
|
||||
|
Loading…
Reference in New Issue
Block a user