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

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

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',