1
0
Fork 0

[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
commit 0d113603ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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