From d838b1bd4a256484820af7aeb0c2711934cb00ad Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 3 Oct 2014 20:17:10 +0200 Subject: [utils] Default age_limit to None If we can't parse it, it means we don't have any information, not that the content is unrestricted. --- youtube_dl/extractor/common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'youtube_dl/extractor/common.py') diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 611cf95f1..450c7dfd6 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -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. -- cgit v1.2.3