diff --git a/youtube_dl/extractor/ustream.py b/youtube_dl/extractor/ustream.py index a51583920..c1ec7f557 100644 --- a/youtube_dl/extractor/ustream.py +++ b/youtube_dl/extractor/ustream.py @@ -244,7 +244,7 @@ class UstreamIE(InfoExtractor): class UstreamChannelIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?ustream\.tv/channel/(?P.+)' + _VALID_URL = r'https?://(?:www\.|align\.)?ustream\.tv/channel/(?P.+)' IE_NAME = 'ustream:channel' _TEST = { 'url': 'http://www.ustream.tv/channel/channeljapan',