[utils] Default age_limit to None
[youtube-dl] / youtube_dl / extractor / common.py
index 611cf95f1125ec9340a96554df9542d1fcbd62b4..450c7dfd69d0000c810f18ef35741aae05221c40 100644 (file)
@@ -138,6 +138,8 @@ class InfoExtractor(object):
 
     Unless mentioned otherwise, the fields should be Unicode strings.
 
+    Unless mentioned otherwise, None is equivalent to absence of information.
+
     Subclasses of this one should re-define the _real_initialize() and
     _real_extract() methods and define a _VALID_URL regexp.
     Probably, they should also be added to the list of extractors.