diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-10-24 15:29:03 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-10-24 15:29:03 +0200 |
commit | 98e1d289820ef513c3727d27148ca557c165a72a (patch) | |
tree | c932fb812c3a2737eaced0fef05cb0ff73bc6aaf /youtube_dl/extractor/__init__.py | |
parent | 2c26df763c42433fea30ef46736156c689a74fd9 (diff) | |
parent | a86c73cf80130e55b676dcf5f5979801f28acaec (diff) |
Merge remote-tracking branch 'thornomad/glide'
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 81b816974..ab4af2079 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -135,6 +135,7 @@ from .gamestar import GameStarIE from .gametrailers import GametrailersIE from .gdcvault import GDCVaultIE from .generic import GenericIE +from .glide import GlideIE from .globo import GloboIE from .godtube import GodTubeIE from .golem import GolemIE |