diff options
author | snipem <mail@matthias-kuech.de> | 2015-04-03 15:34:49 +0200 |
---|---|---|
committer | snipem <mail@matthias-kuech.de> | 2015-04-03 15:34:49 +0200 |
commit | e81a47460365738a0add4d4da52a712c0091704f (patch) | |
tree | 40239253a0b0146025f999a1b67a0128ba216945 /youtube_dl/extractor/__init__.py | |
parent | a9cbab173584c716219b348ff36ccd5274f75249 (diff) |
[Gamersyde] Add new 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 aae4aae4c..2935d5b33 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -177,6 +177,7 @@ from .gameone import ( GameOneIE, GameOnePlaylistIE, ) +from .gamersyde import GamersydeIE from .gamespot import GameSpotIE from .gamestar import GameStarIE from .gametrailers import GametrailersIE |