youtube-dl

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

commit 493987fefe5d12697df98b6e0eef106e77ac64aa
parent c97797a737ee96fa5d8f76f73581796b60774637
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  3 Aug 2014 01:20:51 +0700

[ubu] Add missing whitespace

Diffstat:
Myoutube_dl/extractor/__init__.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py @@ -327,7 +327,7 @@ from .tutv import TutvIE from .tvigle import TvigleIE from .tvp import TvpIE from .tvplay import TVPlayIE -from.ubu import UbuIE +from .ubu import UbuIE from .udemy import ( UdemyIE, UdemyCourseIE