mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
Add an extractor for eitb.tv (fixes #1608)
The BrighcoveExperience object doesn't contain the video id, the extractor adds it and passes the url to BrightcoveIE.
This commit is contained in:
parent
b0759f0c19
commit
5d7b253ea0
2 changed files with 38 additions and 0 deletions
|
@ -38,6 +38,7 @@ from .defense import DefenseGouvFrIE
|
|||
from .ebaumsworld import EbaumsWorldIE
|
||||
from .ehow import EHowIE
|
||||
from .eighttracks import EightTracksIE
|
||||
from .eitb import EitbIE
|
||||
from .escapist import EscapistIE
|
||||
from .exfm import ExfmIE
|
||||
from .extremetube import ExtremeTubeIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue