Browse Source

[mitele] Clarify IE_DESC

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

+ 1
- 1
youtube_dl/extractor/mitele.py View File

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