From 3625ae4b761c788c494d46cd8e73a82ea78e90e8 Mon Sep 17 00:00:00 2001 From: f4r Date: Fri, 19 May 2017 16:34:44 +1200 Subject: [PATCH] [smashcast] quick tweak] --- youtube_dl/extractor/smashcast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/smashcast.py b/youtube_dl/extractor/smashcast.py index 6a0c86405..edcb243c9 100644 --- a/youtube_dl/extractor/smashcast.py +++ b/youtube_dl/extractor/smashcast.py @@ -130,7 +130,7 @@ class SmashcastIE(InfoExtractor): class SmashcastLiveIE(SmashcastIE): IE_NAME = 'smashcast:live' - _VALID_URL = r'https?://(?:www\.)?smashcast\.tv/(?!video)(?P.+)' + _VALID_URL = r'https?://(?:www\.)?smashcast\.tv/?P[\w\d\-]+)/?$' _TEST = { 'url': 'http://www.smashcast.tv/dimak', 'info_dict': {