[estream] Add new extractor

This commit is contained in:
alrii 2018-03-08 01:45:13 -05:00
parent 5cb31f9970
commit 1ad6a502be

View File

@ -10,6 +10,7 @@ from ..utils import (
ExtractorError,
)
class EstreamIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?estream\.to(?:/embed\-|/)(?P<id>\w+)\.html'
_TESTS = [{
@ -20,6 +21,7 @@ class EstreamIE(InfoExtractor):
'ext': 'mp4',
'title': 'Watch giphy mp4',
},
}, {
'url': 'https://estream.to/embed-0vorujhi39p7.html',
'md5': '47580f5a1f265d1ad6ce8b4775efa702',
'info_dict': {