From 33c7ff861ec6288a6e437deb73a277067ac9e267 Mon Sep 17 00:00:00 2001 From: hojel Date: Mon, 12 May 2014 03:58:07 -0700 Subject: [PATCH] [hentaistigma] Add new extractor --- youtube_dl/extractor/__init__.py | 1 + youtube_dl/extractor/hentaistigma.py | 43 ++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 youtube_dl/extractor/hentaistigma.py diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 9529077c7..228f62b40 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -109,6 +109,7 @@ from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE from .hark import HarkIE from .helsinki import HelsinkiIE +from .hentaistigma import HentaiStigmaIE from .hotnewhiphop import HotNewHipHopIE from .howcast import HowcastIE from .huffpost import HuffPostIE diff --git a/youtube_dl/extractor/hentaistigma.py b/youtube_dl/extractor/hentaistigma.py new file mode 100644 index 000000000..4f2d30599 --- /dev/null +++ b/youtube_dl/extractor/hentaistigma.py @@ -0,0 +1,43 @@ +import re + +from .common import InfoExtractor + +class HentaiStigmaIE(InfoExtractor): + _VALID_URL = r'^https?://hentai\.animestigma\.com/(?P[^/]+)' + _TEST = { + u'url': u'http://hentai.animestigma.com/inyouchuu-etsu-bonus/', + u'file': u'inyouchuu-etsu-bonus.mp4', + u'md5': u'4e3d07422a68a4cc363d8f57c8bf0d23', + u'info_dict': { + u"title": u"Inyouchuu Etsu Bonus", + u"age_limit": 18, + } + } + + def _real_extract(self, url): + mobj = re.match(self._VALID_URL, url) + + video_id = mobj.group('videoid') + + # Get webpage content + webpage = self._download_webpage(url, video_id) + + # Get the video title + video_title = self._html_search_regex(r'

]*>([^<]+)', + webpage, u'title').strip() + + # Get the wrapper url + wrap_url = self._html_search_regex(r'