1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 06:35:12 +00:00

[ie/faulio] Add extractor (#13907)

Authored by: CasperMcFadden95
This commit is contained in:
CasperMcFadden95
2025-08-19 23:27:31 +00:00
committed by GitHub
parent 36e873822b
commit 74b4b3b005
2 changed files with 146 additions and 11 deletions

View File

@@ -625,7 +625,10 @@ from .fancode import (
FancodeVodIE,
)
from .fathom import FathomIE
from .faulio import FaulioLiveIE
from .faulio import (
FaulioIE,
FaulioLiveIE,
)
from .faz import FazIE
from .fc2 import (
FC2IE,