diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-17 12:34:30 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-17 12:34:30 +0100 |
commit | 946135aa2ab846a367cde5b3b86a0224ac696fdd (patch) | |
tree | bc362719ce6ad32d2aedb8d2311dd449f04d97da /youtube_dl | |
parent | 42393ce234c651aaae244e1546e1803101765acc (diff) |
[academicearth] remove unused imports
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/academicearth.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/youtube_dl/extractor/academicearth.py b/youtube_dl/extractor/academicearth.py index c450c30ca..ac05f8246 100644 --- a/youtube_dl/extractor/academicearth.py +++ b/youtube_dl/extractor/academicearth.py @@ -1,11 +1,6 @@ -import datetime -import json import re from .common import InfoExtractor -from ..utils import ( - remove_start, -) class AcademicEarthCourseIE(InfoExtractor): |