diff options
| author | Remita Amine <remitamine@gmail.com> | 2021-01-06 20:39:04 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2021-01-06 20:39:04 +0100 | 
| commit | 8f29b2dd38213a4b45064fee16e64af29338a6e5 (patch) | |
| tree | 6937ae17d87debb6cb0da6c6678f6b1a0b3cc2d4 | |
| parent | a29e340efa60ecb05d85e9c6d87ec709ba26822f (diff) | |
[extractors] add BibelTVIE import
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index b11385685..9b449937d 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -106,6 +106,7 @@ from .bfmtv import (      BFMTVLiveIE,      BFMTVArticleIE,  ) +from .bibeltv import BibelTVIE  from .bigflix import BigflixIE  from .bild import BildIE  from .bilibili import (  | 
