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

[Gettr] Add extractor (#1120)

Fixes: https://github.com/ytdl-org/youtube-dl/issues/29589
Authored by: i6t
This commit is contained in:
i6t
2021-09-29 19:23:56 +09:00
committed by GitHub
parent 2d997542ca
commit 851876095b
2 changed files with 111 additions and 0 deletions

View File

@@ -507,6 +507,7 @@
from .gdcvault import GDCVaultIE
from .gedidigital import GediDigitalIE
from .generic import GenericIE
from .gettr import GettrIE
from .gfycat import GfycatIE
from .giantbomb import GiantBombIE
from .giga import GigaIE