Browse Source

[mit] Add import

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

+ 1
- 0
youtube_dl/extractor/mit.py View File

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


Loading…
Cancel
Save