[BiliBili]fix #1758

This commit is contained in:
QShen3 2017-03-26 18:12:38 +08:00
parent 5b2c557f17
commit fe6d60f1ec

View File

@ -16,6 +16,8 @@ def output(video_extractor, pretty_print=True):
out['audiolang'] = ve.audiolang
except NameError:
pass
except AttributeError:
pass
if pretty_print:
print(json.dumps(out, indent=4, sort_keys=True, ensure_ascii=False))
else: