get all streams we can download

This commit is contained in:
Ensteinjun 2019-09-18 16:24:55 +08:00
parent f58a1c08bf
commit b5fe910359

View File

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