From 34a4258fa219ccf84a274a39036b7e4c8aeb1a8b Mon Sep 17 00:00:00 2001 From: yonaikerlol Date: Tue, 1 Jan 2019 14:12:18 -0400 Subject: [PATCH] [Streamango] Fix regexp --- youtube_dl/extractor/streamango.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/streamango.py b/youtube_dl/extractor/streamango.py index bbf1e6295..44577f919 100644 --- a/youtube_dl/extractor/streamango.py +++ b/youtube_dl/extractor/streamango.py @@ -14,7 +14,7 @@ from ..utils import ( class StreamangoIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?(streamango|fruithosts)\.(com|net)/(?:f|embed)/(?P[^/?#&]+)' + _VALID_URL = r'https?://(?:www\.)?(streamango\.com|fruithosts\.net)/(?:f|embed)/(?P[^/?#&]+)' _TESTS = [{ 'url': 'https://streamango.com/f/clapasobsptpkdfe/20170315_150006_mp4', 'md5': 'e992787515a182f55e38fc97588d802a',