projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa0c873
)
[vevo] remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Wed, 26 Jun 2013 16:04:47 +0000
(18:04 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Wed, 26 Jun 2013 16:05:01 +0000
(18:05 +0200)
youtube_dl/extractor/vevo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vevo.py
b/youtube_dl/extractor/vevo.py
index aa88e1a92e587a9d68075ac6a5196e35ce7857af..49a249ae32a901ea3bc5be431b2a510a09fc95bc 100644
(file)
--- a/
youtube_dl/extractor/vevo.py
+++ b/
youtube_dl/extractor/vevo.py
@@
-3,7
+3,6
@@
import json
from .common import InfoExtractor
from ..utils import (
- unified_strdate,
ExtractorError,
)