mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-23 06:35:51 -07:00
Linted
This commit is contained in:
parent
9ac94035a5
commit
6e4dd56050
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ from ..utils import (
|
||||||
unified_strdate,
|
unified_strdate,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class MyVideoGeIE(InfoExtractor):
|
class MyVideoGeIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?myvideo\.ge/v/(?P<id>[0-9]+)'
|
_VALID_URL = r'https?://(?:www\.)?myvideo\.ge/v/(?P<id>[0-9]+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue