1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

Update zattoo.py

This commit is contained in:
Sergey M 2018-09-23 21:34:13 +07:00 committed by GitHub
parent 719a76760b
commit e940d3ade6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,7 @@ class ZattooBaseIE(InfoExtractor):
'categories': try_get(p, lambda x: x['c'], list),
'tags': try_get(p, lambda x: x['g'], list)
}
return cid, info_dict
def _extract_formats(self, cid, video_id, record_id=None, is_live=False):