1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 00:56:07 +08:00

support align.ustream.tv domain

This commit is contained in:
Peter Bhat Harkins 2018-12-02 13:00:36 -06:00 committed by GitHub
parent ab896fa894
commit 5e7d8d3963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ from ..utils import (
class UstreamIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?ustream\.tv/(?P<type>recorded|embed|embed/recorded)/(?P<id>\d+)'
_VALID_URL = r'https?://(?:www\.|align\.)?ustream\.tv/(?P<type>recorded|embed|embed/recorded)/(?P<id>\d+)'
IE_NAME = 'ustream'
_TESTS = [{
'url': 'http://www.ustream.tv/recorded/20274954',