Merge branch 'youtube-dash-manifest'

Conflicts:
	youtube_dl/extractor/youtube.py
This commit is contained in:
Philipp Hagemeister 2014-01-22 19:58:31 +01:00
commit 50317b111d
4 changed files with 76 additions and 27 deletions

View file

@ -1106,6 +1106,8 @@ class YoutubeDL(object):
res += 'audio'
if fdict.get('abr') is not None:
res += '@%3dk' % fdict['abr']
if fdict.get('asr') is not None:
res += ' (%5dHz)' % fdict['asr']
if fdict.get('filesize') is not None:
if res:
res += ', '