channels on align.ustream.tv

This commit is contained in:
Peter Bhat Harkins 2018-12-02 13:05:30 -06:00 committed by GitHub
parent 5e7d8d3963
commit ed431bac16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class UstreamIE(InfoExtractor):
class UstreamChannelIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?ustream\.tv/channel/(?P<slug>.+)'
_VALID_URL = r'https?://(?:www\.|align\.)?ustream\.tv/channel/(?P<slug>.+)'
IE_NAME = 'ustream:channel'
_TEST = {
'url': 'http://www.ustream.tv/channel/channeljapan',