1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-01-07 13:47:54 +01:00

Support for ganna.com added

This commit is contained in:
Gouranga Das 2018-12-15 12:01:30 +05:30 committed by GitHub
parent 0a05cfabb6
commit 59e2803cb0
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