Add age limit to anysex, beeg, eporner, hornbuny and sunporno
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 1 Sep 2014 20:38:40 +0000 (22:38 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 1 Sep 2014 20:38:40 +0000 (22:38 +0200)
youtube_dl/extractor/anysex.py
youtube_dl/extractor/beeg.py
youtube_dl/extractor/eporner.py
youtube_dl/extractor/hornbunny.py
youtube_dl/extractor/sunporno.py

index adeacba01b3bd77a501076f80757898ac090a3e1..95f23adf18a574b7ee9a2346454f627831008fce 100644 (file)
@@ -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,
         }
index c2692cfdcc0d7d6a94620a290fb4e7f365953891..6f9f4433dd428e0c9273e2ff7c56979b71064516 100644 (file)
@@ -17,6 +17,7 @@ class BeegIE(InfoExtractor):
             'description': 'md5:6db3c6177972822aaba18652ff59c773',
             'categories': list,  # NSFW
             'thumbnail': 're:https?://.*\.jpg$',
+            'age_limit': 18,
         }
     }
 
@@ -50,4 +51,5 @@ class BeegIE(InfoExtractor):
             'description': description,
             'thumbnail': thumbnail,
             'categories': categories,
+            'age_limit': 18,
         }
index 4c2c074cbcf0c13a147ab1e0856bb0e8f6efc1d9..33f9ab7a905a41b5b7307729a1af1fd6833a067a 100644 (file)
@@ -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,
         }
index a42fba0cbaf548247d9fbb77365a211fc4a1ca30..d07105d66749aa154f3a952eef4137a0feccd0b2 100644 (file)
@@ -15,7 +15,8 @@ class HornBunnyIE(InfoExtractor):
             'id': '5227',
             'ext': 'flv',
             'title': 'panty slut jerk off instruction',
-            'duration': 550
+            'duration': 550,
+            'age_limit': 18,
         }
     }
 
@@ -41,4 +42,5 @@ class HornBunnyIE(InfoExtractor):
             'ext': 'flv',
             'duration': duration,
             'view_count': int_or_none(view_count),
+            'age_limit': 18,
         }
index c7a46eb718ea6beecd1b8b1998334b20bdd43943..7de3c9dd5014586a118ab3eb55365897d160945d 100644 (file)
@@ -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,
         }