summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-10-07 19:31:26 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-10-07 19:31:26 +0800
commit85bcdd081ce0009bcb7135d8d68192d34969e168 (patch)
tree2729332cda8e36b634fe5668856b4b32b3b63f3c
parent9dcd6fd3aae77571116ee8b823b6b9224d0ef2ad (diff)
downloadyoutube-dl-85bcdd081ce0009bcb7135d8d68192d34969e168.tar.gz
youtube-dl-85bcdd081ce0009bcb7135d8d68192d34969e168.tar.xz
youtube-dl-85bcdd081ce0009bcb7135d8d68192d34969e168.zip
[extractors] Add MmsIE
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 72bc4f57c..5c1d2abfb 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -186,7 +186,10 @@ from .comedycentral import (
 )
 from .comcarcoff import ComCarCoffIE
 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
-from .commonprotocols import RtmpIE
+from .commonprotocols import (
+    MmsIE,
+    RtmpIE,
+)
 from .condenast import CondeNastIE
 from .cracked import CrackedIE
 from .crackle import CrackleIE