1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-05 23:51:09 +02:00

[gamestar] Add new extractor (init)

This commit is contained in:
SyxbEaEQ2 2014-07-29 00:37:18 +02:00
parent 8646eb790e
commit a2a1b0baa2

View File

@ -112,6 +112,7 @@
from .gamekings import GamekingsIE from .gamekings import GamekingsIE
from .gameone import GameOneIE from .gameone import GameOneIE
from .gamespot import GameSpotIE from .gamespot import GameSpotIE
from .gamestar import GameStarIE
from .gametrailers import GametrailersIE from .gametrailers import GametrailersIE
from .gdcvault import GDCVaultIE from .gdcvault import GDCVaultIE
from .generic import GenericIE from .generic import GenericIE