1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-26 04:19:49 +08:00

Added support to Gaana.com

This commit is contained in:
Gouranga Das
2018-12-14 18:39:52 +05:30
committed by GitHub
Unverified
parent 0a05cfabb6
commit ec8cf0fedb
+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