1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-02 21:45:35 +08:00

[Streamango] Fix regexp

This commit is contained in:
yonaikerlol 2019-01-01 14:12:18 -04:00 committed by GitHub
parent 3fb43e68a6
commit 34a4258fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ from ..utils import (
class StreamangoIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?(streamango|fruithosts)\.(com|net)/(?:f|embed)/(?P<id>[^/?#&]+)'
_VALID_URL = r'https?://(?:www\.)?(streamango\.com|fruithosts\.net)/(?:f|embed)/(?P<id>[^/?#&]+)'
_TESTS = [{
'url': 'https://streamango.com/f/clapasobsptpkdfe/20170315_150006_mp4',
'md5': 'e992787515a182f55e38fc97588d802a',