diff --git a/youtube_dl/extractor/videomore.py b/youtube_dl/extractor/videomore.py index dbc9dbdb7..16078ac19 100644 --- a/youtube_dl/extractor/videomore.py +++ b/youtube_dl/extractor/videomore.py @@ -13,6 +13,7 @@ from ..utils import ( class VideomoreIE(InfoExtractor): + IE_NAME = 'videomore' _VALID_URL = r'videomore:(?P\d+)$|https?://videomore\.ru/(?:(?:embed|[^/]+/[^/]+)/|[^/]+\?.*\btrack_id=)(?P\d+)(?:[/?#&]|\.(?:xml|json)|$)' _TESTS = [{ 'url': 'http://videomore.ru/kino_v_detalayah/5_sezon/367617',