Added support to Gaana.com

This commit is contained in:
Gouranga Das 2018-12-14 18:39:52 +05:30 committed by GitHub
parent 0a05cfabb6
commit ec8cf0fedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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