diff options
author | remitamine <remitamine@gmail.com> | 2015-12-21 03:05:34 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-12-21 03:05:34 +0100 |
commit | 5b251628e9f45c89c1becb3f62c4212874eb74ea (patch) | |
tree | 2752034920c7821b22f893de8f7f354c3be85cf2 /youtube_dl/extractor/__init__.py | |
parent | 8e92d21ebf6f17e14c9e916f22e49f27529556af (diff) |
[googledrive] Modernize
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 02e18a0da..6655d7eb5 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -209,10 +209,7 @@ from .globo import GloboIE from .godtube import GodTubeIE from .goldenmoustache import GoldenMoustacheIE from .golem import GolemIE -from .googledrive import ( - GoogleDriveEmbedIE, - GoogleDriveIE, -) +from .googledrive import GoogleDriveIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE from .gorillavid import GorillaVidIE |