X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Fextractor%2Fcbs.py;h=051d783a23cc7c0b5858af0c24f63187181cd276;hb=52af8f222bc4f067b4c5e7a977a64345d35ae4fe;hp=653d09e341d15fc8be532cb04ce0d6804d44b80e;hpb=0841d5013c21457932b34af6a121f26619ba5aca;p=youtube-dl.git 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, )