1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-26 17:29:47 +08:00

Support for ganna.com added

This commit is contained in:
Gouranga Das
2018-12-15 12:01:30 +05:30
committed by GitHub
Unverified
parent 0a05cfabb6
commit 59e2803cb0
+5
View File
@@ -418,6 +418,11 @@ from .gameone import (
)
from .gamespot import GameSpotIE
from .gamestar import GameStarIE
from .gaana import (
GaanaIE,
GaanaAlbumIE,
GaanaArtistIE,
)
from .gaskrank import GaskrankIE
from .gazeta import GazetaIE
from .gdcvault import GDCVaultIE