youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b6b950bf5895617e0da1ffe8ddb1e5809ba26222
parent 11e60fcad83725cd74fb5b94946e2b49456435eb
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 16 Apr 2016 22:47:10 +0600

[cbs] Remove unused import

Diffstat:
Myoutube_dl/extractor/cbs.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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, )