mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-24 07:17:46 +01:00
[extractor/BrainPOP] Add extractors (#6106)
Authored by: MinePlayersPE Based on https://github.com/ytdl-org/youtube-dl/pull/10025
This commit is contained in:
parent
b093c38cc9
commit
979568f26e
2 changed files with 326 additions and 0 deletions
|
|
@ -254,6 +254,14 @@ from .br import (
|
|||
BRMediathekIE,
|
||||
)
|
||||
from .bravotv import BravoTVIE
|
||||
from .brainpop import (
|
||||
BrainPOPIE,
|
||||
BrainPOPJrIE,
|
||||
BrainPOPELLIE,
|
||||
BrainPOPEspIE,
|
||||
BrainPOPFrIE,
|
||||
BrainPOPIlIE,
|
||||
)
|
||||
from .breakcom import BreakIE
|
||||
from .breitbart import BreitBartIE
|
||||
from .brightcove import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue