1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[extractor/oftv] Add extractors (#5134)

Closes #5017
Authored by: DoubleCouponDay
This commit is contained in:
sam
2022-11-05 23:13:05 +13:00
committed by GitHub
parent 2e30b46fe4
commit 0d113603ac
2 changed files with 58 additions and 0 deletions

View File

@ -1254,6 +1254,10 @@ from .nzherald import NZHeraldIE
from .nzz import NZZIE
from .odatv import OdaTVIE
from .odnoklassniki import OdnoklassnikiIE
from .oftv import (
OfTVIE,
OfTVPlaylistIE
)
from .oktoberfesttv import OktoberfestTVIE
from .olympics import OlympicsReplayIE
from .on24 import On24IE