1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-29 21:57:50 +00:00

[GameJolt] Add extractors (#2036)

Authored by: MinePlayersPE
This commit is contained in:
MinePlayersPE
2021-12-25 05:28:57 +07:00
committed by GitHub
parent 070f6a85ea
commit d43de6821c
4 changed files with 553 additions and 2 deletions

View File

@@ -511,6 +511,14 @@ from .gab import (
)
from .gaia import GaiaIE
from .gameinformer import GameInformerIE
from .gamejolt import (
GameJoltIE,
GameJoltUserIE,
GameJoltGameIE,
GameJoltGameSoundtrackIE,
GameJoltCommunityIE,
GameJoltSearchIE,
)
from .gamespot import GameSpotIE
from .gamestar import GameStarIE
from .gaskrank import GaskrankIE