projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42393ce
)
[academicearth] remove unused imports
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 17 Dec 2013 11:34:30 +0000
(12:34 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 17 Dec 2013 11:34:30 +0000
(12:34 +0100)
youtube_dl/extractor/academicearth.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/academicearth.py
b/youtube_dl/extractor/academicearth.py
index c450c30ca173a288f632785069faaadc204d3061..ac05f824610a1385b3d2403c3a91ffa8ccc45e8a 100644
(file)
--- 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):