mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
get all streams we can download
This commit is contained in:
parent
f58a1c08bf
commit
b5fe910359
@ -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