1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 14:45:42 +07:00

[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
parent 17b183886f
commit 82b5176783
2 changed files with 85 additions and 7 deletions

View File

@@ -546,7 +546,10 @@
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