diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2016-04-01 20:43:14 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2016-04-01 20:43:14 +0200 |
commit | 0f28777f58b5c21226d8e02477834dbb08b170ba (patch) | |
tree | d77a09e507d5ed400140fefa450ae399ec2b1c1b | |
parent | 329c1eae54bf71ae8602f79f71570eaf90ef7d2c (diff) |
[cbsnews] Remove unused import
-rw-r--r-- | youtube_dl/extractor/cbsnews.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/cbsnews.py b/youtube_dl/extractor/cbsnews.py index b5e78a65d..79ddc20a0 100644 --- a/youtube_dl/extractor/cbsnews.py +++ b/youtube_dl/extractor/cbsnews.py @@ -5,7 +5,6 @@ from .common import InfoExtractor from .cbs import CBSBaseIE from ..utils import ( parse_duration, - find_xpath_attr, ) |