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:
parent
d6535a44f0
commit
711ecd2d0b
@ -34,10 +34,7 @@ class VidtodoIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Watch 343291981 mp4',
|
'title': 'Watch 343291981 mp4',
|
||||||
},
|
},
|
||||||
}, {
|
},]
|
||||||
'url': 'https://vidtodo.com/embed-4c8rx0tt8ek4.html',
|
|
||||||
'only_matching': True,
|
|
||||||
}]
|
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user