浏览代码

[91porn] Extract age limit

Sergey M․ 10 年之前
父节点
当前提交
b61b7787cb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      youtube_dl/extractor/porn91.py

+ 2 - 0
youtube_dl/extractor/porn91.py

@@ -22,6 +22,7 @@ class Porn91IE(InfoExtractor):
             'title': '18岁大一漂亮学妹,水嫩性感,再爽一次!',
             'title': '18岁大一漂亮学妹,水嫩性感,再爽一次!',
             'ext': 'mp4',
             'ext': 'mp4',
             'duration': 431,
             'duration': 431,
+            'age_limit': 18,
         }
         }
     }
     }
 
 
@@ -68,4 +69,5 @@ class Porn91IE(InfoExtractor):
             'url': video_url,
             'url': video_url,
             'duration': duration,
             'duration': duration,
             'comment_count': comment_count,
             'comment_count': comment_count,
+            'age_limit': self._rta_search(webpage),
         }
         }