diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-09-01 22:38:40 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-09-01 22:38:40 +0200 |
commit | 9b330db7f00bd6f4755507cc9f687958acdd2c87 (patch) | |
tree | f9a3e9dcb6b0a704e7ff9eb652ed051122e9205b /youtube_dl/extractor/anysex.py | |
parent | 07e7dc4bdcdf7a9393594ab88a42cb2dfed0208d (diff) |
Add age limit to anysex, beeg, eporner, hornbuny and sunporno
Diffstat (limited to 'youtube_dl/extractor/anysex.py')
-rw-r--r-- | youtube_dl/extractor/anysex.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/anysex.py b/youtube_dl/extractor/anysex.py index adeacba01..95f23adf1 100644 --- a/youtube_dl/extractor/anysex.py +++ b/youtube_dl/extractor/anysex.py @@ -21,6 +21,7 @@ class AnySexIE(InfoExtractor): 'description': 'md5:de9e418178e2931c10b62966474e1383', 'categories': ['Erotic'], 'duration': 270, + 'age_limit': 18, } } @@ -57,4 +58,5 @@ class AnySexIE(InfoExtractor): 'categories': categories, 'duration': duration, 'view_count': view_count, + 'age_limit': 18, } |