From: Sergey M․ Date: Sat, 15 Oct 2016 19:54:42 +0000 (+0700) Subject: [extractors] Change import for theoperaplatform extractor X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=7cdfbbf9b82748fff6ff614664245837de048ab9;p=youtube-dl [extractors] Change import for theoperaplatform extractor --- diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 0c7aadb6c..a693f8c56 100644 --- 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