Browse Source

[mit] Add import

master
Philipp Hagemeister 11 years ago
parent
commit
a83a3139d1
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/mit.py

1
youtube_dl/extractor/mit.py

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

Loading…
Cancel
Save