1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-18 22:19:19 +00:00

[ie/Fifa] Add extractors

This commit is contained in:
Mozi
2024-09-28 15:43:41 +00:00
parent 5945fc1945
commit a29bfa3b0c
2 changed files with 369 additions and 34 deletions

View File

@@ -640,7 +640,13 @@ from .fc2 import (
FC2LiveIE,
)
from .fczenit import FczenitIE
from .fifa import FifaIE
from .fifa import (
FifaArticleIE,
FifaContentIE,
FifaIE,
FifaMovieIE,
FifaSeriesIE,
)
from .filmon import (
FilmOnChannelIE,
FilmOnIE,