projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a52c633
)
[youtube] Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 30 Jan 2015 09:59:19 +0000
(10:59 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 30 Jan 2015 09:59:19 +0000
(10:59 +0100)
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index a9e4443510bc58e6d74820469f10852f64ecc5e7..3b3678c6e638d29000dd6728358c76b319af4b9f 100644
(file)
--- a/
youtube_dl/extractor/youtube.py
+++ b/
youtube_dl/extractor/youtube.py
@@
-28,7
+28,6
@@
from ..utils import (
get_element_by_attribute,
get_element_by_id,
int_or_none,
- js_to_json,
OnDemandPagedList,
orderedSet,
unescapeHTML,