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

[extractor/foxnews] Add FoxNewsVideo extractor

Closes #5133
This commit is contained in:
pukkandan
2022-11-07 02:59:53 +05:30
parent 5da08bde9e
commit e9ce4e9250
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