youtube-dl

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

commit 40a056d85d7711e2f93bd5f7cc057672650386b8
parent e7d77efb9dddc145b3d431047f2f98e19df4114e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue,  5 Apr 2016 21:54:09 +0600

[extractor/__init__] Remove novamov extractor and sort novamov based extractors alphabetically

Diffstat:
Myoutube_dl/extractor/__init__.py | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py @@ -496,12 +496,11 @@ from .normalboots import NormalbootsIE from .nosvideo import NosVideoIE from .nova import NovaIE from .novamov import ( - NovaMovIE, - WholeCloudIE, + AuroraVidIE, + CloudTimeIE, NowVideoIE, VideoWeedIE, - CloudTimeIE, - AuroraVidIE, + WholeCloudIE, ) from .nowness import ( NownessIE,