mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 14:55:02 +01:00
[fancode] Fix extraction, support live and allow login with refresh token (#471)
Authored-by: zenerdi0de
This commit is contained in:
parent
08625e4125
commit
30d569d2ac
2 changed files with 117 additions and 17 deletions
|
|
@ -398,7 +398,11 @@ from .facebook import (
|
|||
FacebookIE,
|
||||
FacebookPluginsVideoIE,
|
||||
)
|
||||
from .fancode import FancodeVodIE
|
||||
from .fancode import (
|
||||
FancodeVodIE,
|
||||
FancodeLiveIE
|
||||
)
|
||||
|
||||
from .faz import FazIE
|
||||
from .fc2 import (
|
||||
FC2IE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue