1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 06:35:12 +00:00

[ie/ondemandkorea] Overhaul extractor (#8386)

Closes #8374
Authored by: seproDev
This commit is contained in:
sepro
2023-11-11 20:57:56 +01:00
committed by GitHub
parent 3ff494f6f4
commit 05adfd883a
2 changed files with 142 additions and 59 deletions

View File

@@ -1387,7 +1387,10 @@ from .oftv import (
from .oktoberfesttv import OktoberfestTVIE
from .olympics import OlympicsReplayIE
from .on24 import On24IE
from .ondemandkorea import OnDemandKoreaIE
from .ondemandkorea import (
OnDemandKoreaIE,
OnDemandKoreaProgramIE,
)
from .onefootball import OneFootballIE
from .onenewsnz import OneNewsNZIE
from .oneplace import OnePlacePodcastIE