Browse Source

[mitele] Clarify IE_DESC

master
Sergey M․ 9 years ago
parent
commit
3368d70dce
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/mitele.py

2
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<id>[^/]+)/'
_TESTS = [{

Loading…
Cancel
Save