aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/eporner.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-09-01 22:38:40 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-09-01 22:38:40 +0200
commit9b330db7f00bd6f4755507cc9f687958acdd2c87 (patch)
treef9a3e9dcb6b0a704e7ff9eb652ed051122e9205b /youtube_dl/extractor/eporner.py
parent07e7dc4bdcdf7a9393594ab88a42cb2dfed0208d (diff)
downloadyoutube-dl-9b330db7f00bd6f4755507cc9f687958acdd2c87.tar.xz
Add age limit to anysex, beeg, eporner, hornbuny and sunporno
Diffstat (limited to 'youtube_dl/extractor/eporner.py')
-rw-r--r--youtube_dl/extractor/eporner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/eporner.py b/youtube_dl/extractor/eporner.py
index 4c2c074cb..33f9ab7a9 100644
--- a/youtube_dl/extractor/eporner.py
+++ b/youtube_dl/extractor/eporner.py
@@ -21,6 +21,7 @@ class EpornerIE(InfoExtractor):
'title': 'Infamous Tiffany Teen Strip Tease Video',
'duration': 194,
'view_count': int,
+ 'age_limit': 18,
}
}
@@ -52,4 +53,5 @@ class EpornerIE(InfoExtractor):
'title': title,
'duration': duration,
'view_count': view_count,
+ 'age_limit': 18,
}