projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de5dba
)
[youtube] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Tue, 21 Apr 2015 16:55:59 +0000
(22:55 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 21 Apr 2015 16:55:59 +0000
(22:55 +0600)
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index 8bf54931c081f66b2bb78912d4835219f8560b4a..b2ae0841832c8e002b95fd5e929d2c7d3ebf110e 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,
- OnDemandPagedList,
orderedSet,
unescapeHTML,
unified_strdate,