1
0
Fork 0

[extractor/foxnews] Add FoxNewsVideo extractor

Closes #5133
This commit is contained in:
pukkandan 2022-11-07 02:59:53 +05:30
commit e9ce4e9250
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
2 changed files with 24 additions and 0 deletions

View file

@ -588,6 +588,7 @@ from .foxgay import FoxgayIE
from .foxnews import (
FoxNewsIE,
FoxNewsArticleIE,
FoxNewsVideoIE,
)
from .foxsports import FoxSportsIE
from .fptplay import FptplayIE