1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 19:36:18 -04:00

[fancode] Fix extraction, support live and allow login with refresh token (#471)

Authored-by: zenerdi0de
This commit is contained in:
zenerdi0de
2021-07-07 04:02:56 +05:30
committed by GitHub
parent 08625e4125
commit 30d569d2ac
2 changed files with 117 additions and 17 deletions

View File

@@ -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,