- flake8
This commit is contained in:
parent
9dd47ebbd7
commit
8ef2625c2e
@ -7,6 +7,7 @@ from ..utils import (
|
|||||||
clean_html
|
clean_html
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class VidelloIE(InfoExtractor):
|
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 = {
|
_TEST = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user