about summary refs log tree commit diff
path: root/youtube_dl/extractor/sunporno.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/sunporno.py
parent07e7dc4bdcdf7a9393594ab88a42cb2dfed0208d (diff)
downloadyoutube-dl-9b330db7f00bd6f4755507cc9f687958acdd2c87.tar.gz
youtube-dl-9b330db7f00bd6f4755507cc9f687958acdd2c87.tar.xz
youtube-dl-9b330db7f00bd6f4755507cc9f687958acdd2c87.zip
Add age limit to anysex, beeg, eporner, hornbuny and sunporno
Diffstat (limited to 'youtube_dl/extractor/sunporno.py')
-rw-r--r--youtube_dl/extractor/sunporno.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/sunporno.py b/youtube_dl/extractor/sunporno.py
index c7a46eb71..7de3c9dd5 100644
--- a/youtube_dl/extractor/sunporno.py
+++ b/youtube_dl/extractor/sunporno.py
@@ -23,6 +23,7 @@ class SunPornoIE(InfoExtractor):
             'description': 'md5:a31241990e1bd3a64e72ae99afb325fb',
             'thumbnail': 're:^https?://.*\.jpg$',
             'duration': 302,
+            'age_limit': 18,
         }
     }
 
@@ -65,4 +66,5 @@ class SunPornoIE(InfoExtractor):
             'view_count': view_count,
             'comment_count': comment_count,
             'formats': formats,
+            'age_limit': 18,
         }