X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/9815bb0a551468e4939cacfffbc2d5cb8dd12431..9bb07a5ee663304e100edc65967d5fc4a521bcd0:/youtube_dl/extractor/funnyordie.py?ds=inline diff --git a/youtube_dl/extractor/funnyordie.py b/youtube_dl/extractor/funnyordie.py deleted file mode 100644 index 3045978..0000000 --- a/youtube_dl/extractor/funnyordie.py +++ /dev/null @@ -1,31 +0,0 @@ -import re - -from .common import InfoExtractor - - -class FunnyOrDieIE(InfoExtractor): - _VALID_URL = r'^(?:https?://)?(?:www\.)?funnyordie\.com/videos/(?P[0-9a-f]+)/.*$' - - def _real_extract(self, url): - mobj = re.match(self._VALID_URL, url) - - video_id = mobj.group('id') - webpage = self._download_webpage(url, video_id) - - video_url = self._html_search_regex(r']*>\s*]*>\s*(?P.*?)</h1>", - r'<title>(?P<title>[^<]+?)'), webpage, 'title', flags=re.DOTALL) - - video_description = self._html_search_regex(r'