diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py index 653d09e34..051d783a2 100644 --- 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, )