This commit is contained in:
carsten demming 2018-02-23 20:03:33 +01:00
parent 9dd47ebbd7
commit 8ef2625c2e

View File

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