mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-02 18:53:21 +08:00
channels on align.ustream.tv
This commit is contained in:
parent
5e7d8d3963
commit
ed431bac16
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user