From 711ecd2d0b8f36423cdfbc7eee83c41462aebcd4 Mon Sep 17 00:00:00 2001 From: arnold Date: Wed, 14 Mar 2018 10:28:47 -0400 Subject: [PATCH] Update vidtodo.py --- youtube_dl/extractor/vidtodo.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/youtube_dl/extractor/vidtodo.py b/youtube_dl/extractor/vidtodo.py index 9e9c2546c..e55edff65 100644 --- a/youtube_dl/extractor/vidtodo.py +++ b/youtube_dl/extractor/vidtodo.py @@ -34,10 +34,7 @@ class VidtodoIE(InfoExtractor): 'ext': 'mp4', 'title': 'Watch 343291981 mp4', }, - }, { - 'url': 'https://vidtodo.com/embed-4c8rx0tt8ek4.html', - 'only_matching': True, - }] + },] def _real_extract(self, url): video_id = self._match_id(url)