projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c4d41
)
[played] Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 28 Sep 2014 08:56:36 +0000
(10:56 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 28 Sep 2014 08:56:36 +0000
(10:56 +0200)
youtube_dl/extractor/played.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/played.py
b/youtube_dl/extractor/played.py
index db40da43bd077749411ebe7926b2ffcbf90cafb3..645a1e06dc8f3678b30d4e41b38ea13396c7a3e0 100644
(file)
--- a/
youtube_dl/extractor/played.py
+++ b/
youtube_dl/extractor/played.py
@@
-2,7
+2,6
@@
from __future__ import unicode_literals
import re
-import time
import os.path
from .common import InfoExtractor