youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a2a1b0baa2ca6dd6dca5442ef3cff7f8fedae448
parent 8646eb790e2352ec08c50357b9957cbe5548ddaa
Author: SyxbEaEQ2 <SyxbEaEQ2@users.noreply.github.com>
Date:   Tue, 29 Jul 2014 00:37:18 +0200

[gamestar] Add new extractor (init)

Diffstat:
Myoutube_dl/extractor/__init__.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py @@ -112,6 +112,7 @@ from .funnyordie import FunnyOrDieIE from .gamekings import GamekingsIE from .gameone import GameOneIE from .gamespot import GameSpotIE +from .gamestar import GameStarIE from .gametrailers import GametrailersIE from .gdcvault import GDCVaultIE from .generic import GenericIE