1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-05 20:43:32 +08:00

[Vidtodo] update _VALID_URL regex

This commit is contained in:
alrii
2018-03-19 02:05:39 -04:00
Unverified
parent 89d1b9095b
commit 130d38c18b
+1 -1
View File
@@ -12,7 +12,7 @@ from ..utils import (
class VidtodoIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?(vidtod|vidtodo).me/(?:embed-)?(?P<id>\w+)'
_VALID_URL = r'https?://(?:www\.)?vidt.d?.+\.(?:me|com)/(?:embed-)?(?P<id>\w+)'
_TESTS = [{
'url': 'https://vidtodo.me/4c8rx0tt8ek4',
'md5': 'cfd8415e586d59a4de942757eeb7145f',