mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
Merge branch 'develop' of https://github.com/Ensteinjun/you-get into Ensteinjun-develop
This commit is contained in:
commit
a9b02548af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user