Browse Source

[tvigle] Add age limit

Sergey M․ 11 years ago
parent
commit
271a2dbfa2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/tvigle.py

+ 1 - 0
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,
         }