diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-28 12:52:11 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-28 12:52:11 +0100 |
commit | aba3231de18dbb8cdfcc653cbba137844637e65e (patch) | |
tree | 30df23c30e8f35ba3078e7dc5756348332fce76e /youtube_dl/extractor/__init__.py | |
parent | 9193bab91dbea594956c2b7e45a85a6dc4c9999a (diff) | |
parent | 546582ec3eab46712bead1ca7aeded09499d169a (diff) |
Merge remote-tracking branch 'mnem/gdc-vault'
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 8549a1a1e..2f8fcb8c9 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -89,6 +89,7 @@ from .funnyordie import FunnyOrDieIE from .gamekings import GamekingsIE from .gamespot import GameSpotIE from .gametrailers import GametrailersIE +from .gdcvault import GDCVaultIE from .generic import GenericIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE |