[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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