diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-12 16:41:12 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-12 16:41:12 +0100 |
commit | a79553f39f4c20f07d9109acfcb75eeb846bd3f5 (patch) | |
tree | 8ae1e90045351e4e43d50ed638cc7696cfa1db7c /youtube_dl/extractor/__init__.py | |
parent | b3efb3ebae6bcedfb972e45c7266a31afa5591c6 (diff) | |
parent | 68d301ffd4dba86b06fb7cc54634b5762df14318 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
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 746ee69e4..6866f06d4 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -148,6 +148,7 @@ from .gamestar import GameStarIE from .gametrailers import GametrailersIE from .gdcvault import GDCVaultIE from .generic import GenericIE +from .giantbomb import GiantBombIE from .glide import GlideIE from .globo import GloboIE from .godtube import GodTubeIE |