Add the missing age_limit tags; added a devscript to do a superficial check for porn...
[youtube-dl] / youtube_dl / extractor / pornhub.py
index 3dbd2ab699e31ab27c2e191ef757ac5e70eff940..5e2454f1b79cc77f71964f609ea9dd53fd739fbc 100644 (file)
@@ -21,6 +21,7 @@ class PornHubIE(InfoExtractor):
         u'info_dict': {
             u"uploader": u"BABES-COM", 
             u"title": u"Seductive Indian beauty strips down and fingers her pink pussy",
+            u"age_limit": 18
         }
     }
 
@@ -64,4 +65,5 @@ class PornHubIE(InfoExtractor):
             'title': video_title,
             'thumbnail': thumbnail,
             'formats': formats,
+            'age_limit': 18,
         }