youtube-dl

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

commit 96f4f796fb02e3ef13fa6584b8f77ebafaabf59f
parent 70cab344c48598904fde657620156be62b70ee0d
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 16 Mar 2016 21:47:51 +0600

[brightcover] Remove unused import

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

diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py @@ -9,7 +9,6 @@ from ..compat import ( compat_etree_fromstring, compat_parse_qs, compat_str, - compat_urllib_parse, compat_urllib_parse_urlparse, compat_urlparse, compat_xml_parse_error,