From: remitamine Date: Mon, 29 Jun 2015 06:55:44 +0000 (+0100) Subject: import google drive embed class X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=2d651a2d02885cddf1752b45497e9113d3a3d403;p=youtube-dl import google drive embed class --- diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 6655d7eb5..02e18a0da 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -209,7 +209,10 @@ from .globo import GloboIE from .godtube import GodTubeIE from .goldenmoustache import GoldenMoustacheIE from .golem import GolemIE -from .googledrive import GoogleDriveIE +from .googledrive import ( + GoogleDriveEmbedIE, + GoogleDriveIE, +) from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE from .gorillavid import GorillaVidIE