1
0
Fork 0

[Gettr] Add GettrStreamingIE (#2661)

Closes #2654
Authored by: i6t
This commit is contained in:
i6t 2022-02-12 03:36:16 +09:00 committed by GitHub
commit 82b5176783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 85 additions and 7 deletions

View file

@ -546,7 +546,10 @@ from .gazeta import GazetaIE
from .gdcvault import GDCVaultIE
from .gedidigital import GediDigitalIE
from .generic import GenericIE
from .gettr import GettrIE
from .gettr import (
GettrIE,
GettrStreamingIE,
)
from .gfycat import GfycatIE
from .giantbomb import GiantBombIE
from .giga import GigaIE