1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 10:24:33 +01:00

Update vidtodo.py

This commit is contained in:
arnold 2018-03-14 10:28:47 -04:00 committed by GitHub
parent d6535a44f0
commit 711ecd2d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)