mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 08:34:32 +01:00
[Vidtodo] update _VALID_URL regex
This commit is contained in:
parent
89d1b9095b
commit
130d38c18b
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user