logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 946135aa2ab846a367cde5b3b86a0224ac696fdd
parent 42393ce234c651aaae244e1546e1803101765acc
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 17 Dec 2013 12:34:30 +0100

[academicearth] remove unused imports

Diffstat:

Myoutube_dl/extractor/academicearth.py5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git 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):