Philipp Hagemeister 11 anni fa
parent
commit
a83a3139d1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      youtube_dl/extractor/mit.py

+ 1 - 0
youtube_dl/extractor/mit.py

@@ -8,6 +8,7 @@ from .youtube import YoutubeIE
 from ..utils import (
 from ..utils import (
     compat_urlparse,
     compat_urlparse,
     clean_html,
     clean_html,
+    ExtractorError,
     get_element_by_id,
     get_element_by_id,
 )
 )