Merge branch 'develop' of https://github.com/Ensteinjun/you-get into Ensteinjun-develop

This commit is contained in:
Mort Yao 2019-09-18 12:58:38 +02:00
commit a9b02548af
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -11,6 +11,7 @@ def output(video_extractor, pretty_print=True):
out['title'] = ve.title
out['site'] = ve.name
out['streams'] = ve.streams
out['streams'].update(ve.dash_streams)
try:
if ve.audiolang:
out['audiolang'] = ve.audiolang