mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 19:16:46 +01:00
[extractor/bibeltv] Fix extraction, support live streams and series (#6505)
Authored by: flashdagger
This commit is contained in:
parent
edbe5b589d
commit
4ad58667c1
2 changed files with 194 additions and 20 deletions
|
|
@ -204,7 +204,11 @@ from .bfmtv import (
|
|||
BFMTVLiveIE,
|
||||
BFMTVArticleIE,
|
||||
)
|
||||
from .bibeltv import BibelTVIE
|
||||
from .bibeltv import (
|
||||
BibelTVLiveIE,
|
||||
BibelTVSeriesIE,
|
||||
BibelTVVideoIE,
|
||||
)
|
||||
from .bigflix import BigflixIE
|
||||
from .bigo import BigoIE
|
||||
from .bild import BildIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue