From 37af91308ac7bebb467f90c60acce545664f9d9e Mon Sep 17 00:00:00 2001 From: enigmaquip Date: Mon, 30 Oct 2017 22:08:51 -0600 Subject: [PATCH] Update mtv.py fixed bad spacing --- youtube_dl/extractor/mtv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/mtv.py b/youtube_dl/extractor/mtv.py index 4ce5c0365..46a0b583c 100644 --- a/youtube_dl/extractor/mtv.py +++ b/youtube_dl/extractor/mtv.py @@ -482,7 +482,7 @@ class MTVDEIE(MTVServicesInfoExtractor): if item_id and compat_str(item_id) == video_id: return self._get_videos_info_from_url(_mrss_url(item), video_id) - class MTVBASEIE(MTVServicesInfoExtractor): +class MTVBASEIE(MTVServicesInfoExtractor): IE_NAME = 'mtvbase' _VALID_URL = r'https?://(?:www\.)?mtvbase\.com/music/videos/(?P[^/?#.]+)'