[estream] Add new extractor
This commit is contained in:
parent
5cb31f9970
commit
1ad6a502be
@ -10,6 +10,7 @@ from ..utils import (
|
|||||||
ExtractorError,
|
ExtractorError,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class EstreamIE(InfoExtractor):
|
class EstreamIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?estream\.to(?:/embed\-|/)(?P<id>\w+)\.html'
|
_VALID_URL = r'https?://(?:www\.)?estream\.to(?:/embed\-|/)(?P<id>\w+)\.html'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
@ -20,6 +21,7 @@ class EstreamIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Watch giphy mp4',
|
'title': 'Watch giphy mp4',
|
||||||
},
|
},
|
||||||
|
}, {
|
||||||
'url': 'https://estream.to/embed-0vorujhi39p7.html',
|
'url': 'https://estream.to/embed-0vorujhi39p7.html',
|
||||||
'md5': '47580f5a1f265d1ad6ce8b4775efa702',
|
'md5': '47580f5a1f265d1ad6ce8b4775efa702',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user