This commit is contained in:
dirkf 2022-11-16 18:28:37 +00:00 committed by GitHub
commit 6e4dd56050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {