1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

escaped dots

This commit is contained in:
carsten demming 2018-03-03 14:23:30 +01:00
parent 79e006584f
commit 026d8c9ee9

View File

@ -9,7 +9,7 @@ from ..utils import (
class VidelloIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?embed\.vidello\.com/[0-9]/(?P<id>[a-zA-Z0-9]+)/player.html'
_VALID_URL = r'https?://(?:www\.)?embed\.vidello\.com/[0-9]/(?P<id>[a-zA-Z0-9]+)/player\.html'
_TEST = {
'url': 'https://embed.vidello.com/2/t1umm637xb1ylgw4/player.html',
'md5': '7a4d76ac74ef7724af4c6c3ecb5e0042',