youtube-dl

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

commit ed7cd1e859cf97e975a28a5e8c58a1d1aca819fe
parent f125d9115b262ccead54a31c4e64b0c71ad65721
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 28 Jan 2016 00:42:04 +0600

[cbsnews] Remove unused import

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

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