From ed431bac169b1fc8f05530eea0cba1e2ee09cecb Mon Sep 17 00:00:00 2001 From: Peter Bhat Harkins Date: Sun, 2 Dec 2018 13:05:30 -0600 Subject: [PATCH] channels on align.ustream.tv --- youtube_dl/extractor/ustream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',