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:
parent
719a76760b
commit
e940d3ade6
@ -118,6 +118,7 @@ class ZattooBaseIE(InfoExtractor):
|
|||||||
'categories': try_get(p, lambda x: x['c'], list),
|
'categories': try_get(p, lambda x: x['c'], list),
|
||||||
'tags': try_get(p, lambda x: x['g'], list)
|
'tags': try_get(p, lambda x: x['g'], list)
|
||||||
}
|
}
|
||||||
|
|
||||||
return cid, info_dict
|
return cid, info_dict
|
||||||
|
|
||||||
def _extract_formats(self, cid, video_id, record_id=None, is_live=False):
|
def _extract_formats(self, cid, video_id, record_id=None, is_live=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user