Browse Source

[gamestar] Add new extractor (init)

SyxbEaEQ2 11 years ago
parent
commit
a2a1b0baa2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/__init__.py

+ 1 - 0
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