diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-08 21:58:24 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-08 21:58:24 +0600 |
commit | d7bb8884afc8651b0ad86046dcd56a5330c98dd5 (patch) | |
tree | 2998f7d9da270a0b4d075c72acfc65d4f50273b8 | |
parent | 464e792496665b2e3dcabf5df43a45604673730a (diff) |
[break] Add age_limit to test
-rw-r--r-- | youtube_dl/extractor/breakcom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/breakcom.py b/youtube_dl/extractor/breakcom.py index 809287d14..aa08051b1 100644 --- a/youtube_dl/extractor/breakcom.py +++ b/youtube_dl/extractor/breakcom.py @@ -18,6 +18,7 @@ class BreakIE(InfoExtractor): 'id': '2468056', 'ext': 'mp4', 'title': 'When Girls Act Like D-Bags', + 'age_limit': 13, } }, { 'url': 'http://www.break.com/video/ugc/baby-flex-2773063', |