1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 17:08:29 +00:00

Add PodimoIE to registered extractors

This commit is contained in:
Jens 2025-08-03 14:55:18 +00:00 committed by GitHub
parent 1dec6434bc
commit 51dfd552dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1571,6 +1571,7 @@
PodbayFMIE, PodbayFMIE,
) )
from .podchaser import PodchaserIE from .podchaser import PodchaserIE
from .podimo import PodimoIE
from .podomatic import PodomaticIE from .podomatic import PodomaticIE
from .pokergo import ( from .pokergo import (
PokerGoCollectionIE, PokerGoCollectionIE,