1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[extractor/noice] Add NoicePodcast extractor (#5621)

Authored by: HobbyistDev
This commit is contained in:
HobbyistDev
2022-12-08 22:58:36 +09:00
committed by GitHub
parent dfc186d422
commit 28b8f57b4b
2 changed files with 117 additions and 0 deletions

View File

@@ -1211,6 +1211,7 @@ from .nintendo import NintendoIE
from .nitter import NitterIE
from .njpwworld import NJPWWorldIE
from .nobelprize import NobelPrizeIE
from .noice import NoicePodcastIE
from .nonktube import NonkTubeIE
from .noodlemagazine import NoodleMagazineIE
from .noovo import NoovoIE