projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f125d91
)
[cbsnews] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Wed, 27 Jan 2016 18:42:04 +0000
(
00:42
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 27 Jan 2016 18:42:04 +0000
(
00:42
+0600)
youtube_dl/extractor/cbsnews.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/cbsnews.py
b/youtube_dl/extractor/cbsnews.py
index 6db66e8869735586674aed0b7bb5c9e73b6e0c34..cabf7e73b981103d074486dd35c5b422d3d770da 100644
(file)
--- a/
youtube_dl/extractor/cbsnews.py
+++ b/
youtube_dl/extractor/cbsnews.py
@@
-5,7
+5,6
@@
import re
import json
from .theplatform import ThePlatformIE
-from ..utils import remove_start
class CBSNewsIE(ThePlatformIE):