aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorDamon Timm <damontimm@gmail.com>2014-10-13 14:08:29 -0700
committerDamon Timm <damontimm@gmail.com>2014-10-13 14:08:29 -0700
commita86c73cf80130e55b676dcf5f5979801f28acaec (patch)
tree4eee93638afcaf562216c2dd2f67a084f167d640 /youtube_dl/extractor/__init__.py
parentbd4e40df1aaef96dcde64dd64793b5152ae66055 (diff)
downloadyoutube-dl-a86c73cf80130e55b676dcf5f5979801f28acaec.tar.xz
[glide] Add new extractor
Added an extractor for glide.me shared messages. Glide is a movile video messaging services. You can share the link to the messages easily enough and this would allow you to download and save the actual video.
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 5e38d2663..c0b26c5b3 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -134,6 +134,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