diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-11 01:49:23 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-11 01:49:23 +0600 |
commit | b1ac38fadc65049dc6f9611fa7e9649de1e7eb93 (patch) | |
tree | 6217ae3f1118b3f80c8540c52788cd1a41f5b5cc | |
parent | fb0d12c6cbcabd6f9e84d51c82dea6778d0bb863 (diff) |
[tvplay] Add age limit to tests
-rw-r--r-- | youtube_dl/extractor/tvplay.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/tvplay.py b/youtube_dl/extractor/tvplay.py index 79863e781..b4683de54 100644 --- a/youtube_dl/extractor/tvplay.py +++ b/youtube_dl/extractor/tvplay.py @@ -104,6 +104,7 @@ class TVPlayIE(InfoExtractor): 'duration': 1492, 'timestamp': 1330522854, 'upload_date': '20120229', + 'age_limit': 18, }, 'params': { # rtmp download |