summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-03-02 22:07:18 +0700
committerSergey M․ <dstftw@gmail.com>2014-03-02 22:07:18 +0700
commit271a2dbfa22a99ebf16fbf1e2dd175e5b6d08ca4 (patch)
treebea19163e0dd46e15c795c72cdd9662374557b32
parentbf4adcac66941c39477d97197d0d80252b7e1541 (diff)
downloadyoutube-dl-271a2dbfa22a99ebf16fbf1e2dd175e5b6d08ca4.tar.gz
youtube-dl-271a2dbfa22a99ebf16fbf1e2dd175e5b6d08ca4.tar.xz
youtube-dl-271a2dbfa22a99ebf16fbf1e2dd175e5b6d08ca4.zip
[tvigle] Add age limit
-rw-r--r--youtube_dl/extractor/tvigle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/tvigle.py b/youtube_dl/extractor/tvigle.py
index 4f126d67f..08103f665 100644
--- a/youtube_dl/extractor/tvigle.py
+++ b/youtube_dl/extractor/tvigle.py
@@ -66,5 +66,6 @@ class TvigleIE(InfoExtractor):
             'thumbnail': thumbnail,
             'upload_date': upload_date,
             'like_count': like_count,
+            'age_limit': 18,
             'formats': formats,
         }
\ No newline at end of file