From: Sergey M․ Date: Wed, 16 Sep 2015 16:39:48 +0000 (+0600) Subject: [mitele] Clarify IE_DESC X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=3368d70dceba93aa9acdb97ec2705471a3424c57;p=youtube-dl [mitele] Clarify IE_DESC --- diff --git a/youtube_dl/extractor/mitele.py b/youtube_dl/extractor/mitele.py index 9e8a8fc72..54993e2c9 100644 --- a/youtube_dl/extractor/mitele.py +++ b/youtube_dl/extractor/mitele.py @@ -10,7 +10,7 @@ from ..utils import ( class MiTeleIE(InfoExtractor): - IE_NAME = 'mitele.es' + IE_DESC = 'mitele.es' _VALID_URL = r'http://www\.mitele\.es/[^/]+/[^/]+/[^/]+/(?P[^/]+)/' _TESTS = [{