[muenchentv] Add support (Fixes #3507)

This commit is contained in:
Philipp Hagemeister 2014-09-19 09:57:53 +02:00
parent 589d3d7c7a
commit 7267bd536f
3 changed files with 80 additions and 0 deletions

View file

@ -130,6 +130,8 @@ class InfoExtractor(object):
by YoutubeDL if it's missing)
categories: A list of categories that the video falls in, for example
["Sports", "Berlin"]
is_live: True, False, or None (=unknown). Whether this video is a
live stream that goes on instead of a fixed-length video.
Unless mentioned otherwise, the fields should be Unicode strings.