youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 271a2dbfa22a99ebf16fbf1e2dd175e5b6d08ca4
parent bf4adcac66941c39477d97197d0d80252b7e1541
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  2 Mar 2014 22:07:18 +0700

[tvigle] Add age limit

Diffstat:
Myoutube_dl/extractor/tvigle.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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