1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 18:39:37 +02:00

[mitele] Clarify IE_DESC

This commit is contained in:
Sergey M․ 2015-09-16 22:39:48 +06:00
parent 0e1b2566ff
commit 3368d70dce

View File

@ -10,7 +10,7 @@
class MiTeleIE(InfoExtractor):
IE_NAME = 'mitele.es'
IE_DESC = 'mitele.es'
_VALID_URL = r'http://www\.mitele\.es/[^/]+/[^/]+/[^/]+/(?P<id>[^/]+)/'
_TESTS = [{