diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-07-27 02:38:05 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-07-27 02:38:05 +0700 |
commit | cb3ff6fb01fd099ab4102d0f1212abb50e06e5ff (patch) | |
tree | 62c085df993832f782239ccaae5119f1d06895ff /youtube_dl/extractor/__init__.py | |
parent | 71aa656d134f728f7600a48f5015a8c84abe745d (diff) |
[godtube] Add extractor (Closes #3367)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index a8e593002..b8b341afd 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -115,6 +115,7 @@ from .gamespot import GameSpotIE from .gametrailers import GametrailersIE from .gdcvault import GDCVaultIE from .generic import GenericIE +from .godtube import GodTubeIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE from .gorillavid import GorillaVidIE |