diff options
author | sam <mail@samueljenks.me> | 2022-11-05 23:13:05 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 15:43:05 +0530 |
commit | 0d113603ac2ccc869eb1d1b7419caed77f5f5d8a (patch) | |
tree | e71e61807dcbab749219f27c935df11608693e24 /yt_dlp/extractor/_extractors.py | |
parent | 2e30b46fe4a04e82d1ec1a21f8d387e5f96405be (diff) | |
download | hypervideo-pre-0d113603ac2ccc869eb1d1b7419caed77f5f5d8a.tar.lz hypervideo-pre-0d113603ac2ccc869eb1d1b7419caed77f5f5d8a.tar.xz hypervideo-pre-0d113603ac2ccc869eb1d1b7419caed77f5f5d8a.zip |
[extractor/oftv] Add extractors (#5134)
Closes #5017
Authored by: DoubleCouponDay
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 020f3b454..0a9b1bce9 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -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 |