projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e60fc
)
[cbs] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Sat, 16 Apr 2016 16:47:10 +0000
(22:47 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 16 Apr 2016 16:47:10 +0000
(22:47 +0600)
youtube_dl/extractor/cbs.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/cbs.py
b/youtube_dl/extractor/cbs.py
index 653d09e341d15fc8be532cb04ce0d6804d44b80e..051d783a23cc7c0b5858af0c24f63187181cd276 100644
(file)
--- a/
youtube_dl/extractor/cbs.py
+++ b/
youtube_dl/extractor/cbs.py
@@
-5,7
+5,6
@@
from ..utils import (
xpath_text,
xpath_element,
int_or_none,
- ExtractorError,
find_xpath_attr,
)