mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-12 00:47:17 +08:00
[smashcast] quick tweak]
This commit is contained in:
parent
dd15a13346
commit
3625ae4b76
@ -130,7 +130,7 @@ class SmashcastIE(InfoExtractor):
|
||||
|
||||
class SmashcastLiveIE(SmashcastIE):
|
||||
IE_NAME = 'smashcast:live'
|
||||
_VALID_URL = r'https?://(?:www\.)?smashcast\.tv/(?!video)(?P<id>.+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?smashcast\.tv/?P<id>[\w\d\-]+)/?$'
|
||||
_TEST = {
|
||||
'url': 'http://www.smashcast.tv/dimak',
|
||||
'info_dict': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user