[extractor/bibeltv] Fix extraction, support live streams and series (#6505)

Authored by: flashdagger
This commit is contained in:
MMM
2023-05-25 23:06:58 +02:00
committed by GitHub
parent edbe5b589d
commit 4ad58667c1
2 changed files with 194 additions and 20 deletions

View File

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