projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5f3df
)
import google drive embed class
author
remitamine
<remitamine@gmail.com>
Mon, 29 Jun 2015 06:55:44 +0000
(07:55 +0100)
committer
remitamine
<remitamine@gmail.com>
Thu, 23 Jul 2015 10:57:09 +0000
(11:57 +0100)
youtube_dl/extractor/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/__init__.py
b/youtube_dl/extractor/__init__.py
index 6655d7eb5466b2a0a972e533c1531ad976dc1160..02e18a0da673a2c4cd533e5205c7366597d8604c 100644
(file)
--- 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