[muenchentv] Add support (Fixes #3507)
[youtube-dl] / youtube_dl / extractor / common.py
index 929dd1e97efd70e5699dc333d222fe7a97a8de9a..9c30a1d331064e6efed709a45a5c0755780ea26d 100644 (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.