aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2016-09-24 10:41:38 +0100
committerRemita Amine <remitamine@gmail.com>2016-09-24 10:42:20 +0100
commit8add4bfecb73f44cffe3cbf33941fc409564149b (patch)
tree2fe825944cd10db2f6e6c9f6b2e7a62c0d89e6f7 /youtube_dl/extractor/extractors.py
parent0711995bcac2f44e09a943521dceb1c54bf8ffb7 (diff)
downloadyoutube-dl-8add4bfecb73f44cffe3cbf33941fc409564149b.tar.xz
[mtv] add support for new website urls(closes #8169)(closes #9808)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 8166fd4f9..bf1f70885 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -516,6 +516,7 @@ from .movingimage import MovingImageIE
from .msn import MSNIE
from .mtv import (
MTVIE,
+ MTVVideoIE,
MTVServicesEmbeddedIE,
MTVDEIE,
)