diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-12-12 21:23:42 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-12-12 21:23:42 +0600 |
commit | 68d301ffd4dba86b06fb7cc54634b5762df14318 (patch) | |
tree | 6d9ccc9a856df66d709f1c753d90885a96805141 /youtube_dl/extractor/__init__.py | |
parent | 3b0bec8d11cdd4ef17a4d53295ad2717193d5308 (diff) |
[giantbomb] Add extractor (Closes #4432)
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 |