youtube-dl

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

commit 7cdfbbf9b82748fff6ff614664245837de048ab9
parent ac943d48d3b1041afd884543235c9fdf41c71aaa
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 16 Oct 2016 02:54:42 +0700

[extractors] Change import for theoperaplatform extractor

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

diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py @@ -66,7 +66,7 @@ from .arte import ( ArteTVDDCIE, ArteTVMagazineIE, ArteTVEmbedIE, - ArteTVOperaPlatformIE, + TheOperaPlatformIE, ArteTVPlaylistIE, ) from .atresplayer import AtresPlayerIE