diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-08 21:30:57 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-08 21:30:57 +0600 |
commit | b61b7787cbef408154695bbb9f5c3d29a70fdd38 (patch) | |
tree | 5b231ea4f43be5d664eb40c86aa1202b6fc5b194 /youtube_dl/extractor | |
parent | b465083f45e63fe8aeb0255b5cea7dfbf0770a2b (diff) |
[91porn] Extract age limit
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/porn91.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/porn91.py b/youtube_dl/extractor/porn91.py index 72d1b2718..3e15533e9 100644 --- a/youtube_dl/extractor/porn91.py +++ b/youtube_dl/extractor/porn91.py @@ -22,6 +22,7 @@ class Porn91IE(InfoExtractor): 'title': '18岁大一漂亮学妹,水嫩性感,再爽一次!', 'ext': 'mp4', 'duration': 431, + 'age_limit': 18, } } @@ -68,4 +69,5 @@ class Porn91IE(InfoExtractor): 'url': video_url, 'duration': duration, 'comment_count': comment_count, + 'age_limit': self._rta_search(webpage), } |