diff options
author | pulpe <Pulpan3@gmail.com> | 2014-06-17 15:14:18 +0200 |
---|---|---|
committer | pulpe <Pulpan3@gmail.com> | 2014-06-17 15:14:18 +0200 |
commit | 25e9953c6f28521b474e32c4269ebd7b00afca08 (patch) | |
tree | 62db293779ca7cff72e29b7dc2094cc9b281f7ff /youtube_dl/extractor/__init__.py | |
parent | f9df094ca51db94ee63d138f3fe8f2d226f30655 (diff) | |
parent | 77abae55df363fc005ad664a7fd1946e8866b43f (diff) |
Merge pull request #3059 from marcwebbie/gorillavid
* marcwebbie/gorillavid:
Changed video url to a public video
[GorillaVid] Added GorillaVid extractor
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 eb47a2ffb..dcf64d034 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -109,6 +109,7 @@ from .gdcvault import GDCVaultIE from .generic import GenericIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE +from .gorillavid import GorillaVidIE from .hark import HarkIE from .helsinki import HelsinkiIE from .hentaistigma import HentaiStigmaIE |