aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-06-29 07:55:44 +0100
committerremitamine <remitamine@gmail.com>2015-07-23 11:57:09 +0100
commit2d651a2d02885cddf1752b45497e9113d3a3d403 (patch)
treec18cb07fcd133ae27b38dd995b80dd72555d6804 /youtube_dl
parent3e5f3df1729846a33631dd38a887cd1d81a727c1 (diff)
downloadyoutube-dl-2d651a2d02885cddf1752b45497e9113d3a3d403.tar.xz
import google drive embed class
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/__init__.py5
1 files changed, 4 insertions, 1 deletions
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