From: Sergey M․ Date: Thu, 18 Sep 2014 13:56:54 +0000 (+0700) Subject: [drtuber] Fix categories X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=2914e5f00f6ebcc59712b7091a87988408ff3c88;p=youtube-dl [drtuber] Fix categories --- diff --git a/youtube_dl/extractor/drtuber.py b/youtube_dl/extractor/drtuber.py index d5bfd7f22..ca274dff6 100644 --- a/youtube_dl/extractor/drtuber.py +++ b/youtube_dl/extractor/drtuber.py @@ -19,7 +19,7 @@ class DrTuberIE(InfoExtractor): 'like_count': int, 'dislike_count': int, 'comment_count': int, - 'categories': list, # NSFW + 'categories': ['Babe', 'Blonde', 'Erotic', 'Outdoor', 'Softcore', 'Solo'], 'thumbnail': 're:https?://.*\.jpg$', 'age_limit': 18, } @@ -52,9 +52,9 @@ class DrTuberIE(InfoExtractor): r'([\d,\.]+)', webpage, 'comment count', fatal=False)) - cats_str = self._html_search_regex( - r'Categories:
(.+?)
', webpage, 'categories', fatal=False) + categories = [] if not cats_str else re.findall(r'