From 27fe903c511691c078942bef5ee9a05a43b15c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 9 Jun 2021 17:54:27 -0500 Subject: initial --- hypervideo_dl/extractor/goshgay.py | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 hypervideo_dl/extractor/goshgay.py (limited to 'hypervideo_dl/extractor/goshgay.py') diff --git a/hypervideo_dl/extractor/goshgay.py b/hypervideo_dl/extractor/goshgay.py new file mode 100644 index 0000000..377981d --- /dev/null +++ b/hypervideo_dl/extractor/goshgay.py @@ -0,0 +1,51 @@ +# coding: utf-8 +from __future__ import unicode_literals + +from .common import InfoExtractor +from ..compat import ( + compat_parse_qs, +) +from ..utils import ( + parse_duration, +) + + +class GoshgayIE(InfoExtractor): + _VALID_URL = r'https?://(?:www\.)?goshgay\.com/video(?P\d+?)($|/)' + _TEST = { + 'url': 'http://www.goshgay.com/video299069/diesel_sfw_xxx_video', + 'md5': '4b6db9a0a333142eb9f15913142b0ed1', + 'info_dict': { + 'id': '299069', + 'ext': 'flv', + 'title': 'DIESEL SFW XXX Video', + 'thumbnail': r're:^http://.*\.jpg$', + 'duration': 80, + 'age_limit': 18, + } + } + + def _real_extract(self, url): + video_id = self._match_id(url) + webpage = self._download_webpage(url, video_id) + + title = self._html_search_regex( + r'

(.*?)<', webpage, 'title') + duration = parse_duration(self._html_search_regex( + r'\s*-?\s*(.*?)', + webpage, 'duration', fatal=False)) + + flashvars = compat_parse_qs(self._html_search_regex( + r'