mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-01-08 14:17:54 +01:00
Support for ganna.com added
This commit is contained in:
parent
0a05cfabb6
commit
59e2803cb0
@ -418,6 +418,11 @@ from .gameone import (
|
|||||||
)
|
)
|
||||||
from .gamespot import GameSpotIE
|
from .gamespot import GameSpotIE
|
||||||
from .gamestar import GameStarIE
|
from .gamestar import GameStarIE
|
||||||
|
from .gaana import (
|
||||||
|
GaanaIE,
|
||||||
|
GaanaAlbumIE,
|
||||||
|
GaanaArtistIE,
|
||||||
|
)
|
||||||
from .gaskrank import GaskrankIE
|
from .gaskrank import GaskrankIE
|
||||||
from .gazeta import GazetaIE
|
from .gazeta import GazetaIE
|
||||||
from .gdcvault import GDCVaultIE
|
from .gdcvault import GDCVaultIE
|
||||||
|
Loading…
Reference in New Issue
Block a user