aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-09-28 10:10:34 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-09-28 10:10:34 +0200
commit92f7963f6e5dd9d6f2c8805f8ca51c70df15a776 (patch)
tree260a44e65e9c99aa9746d608aea07edce07e9c50 /youtube_dl/extractor/__init__.py
parent88fbe4c2ccdae7f917b6c9a2655f0878b6e4308c (diff)
parent70752ccefd2dcb54d131644aea38c324c81ff168 (diff)
downloadyoutube-dl-92f7963f6e5dd9d6f2c8805f8ca51c70df15a776.tar.xz
Merge remote-tracking branch 'd912e3/golem'
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 629280215..f815e6b91 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -135,6 +135,7 @@ from .gametrailers import GametrailersIE
from .gdcvault import GDCVaultIE
from .generic import GenericIE
from .godtube import GodTubeIE
+from .golem import GolemIE
from .googleplus import GooglePlusIE
from .googlesearch import GoogleSearchIE
from .gorillavid import GorillaVidIE