[Ted] Rewrite extractor (#2359)
Closes #2343 Authored by: pukkandan, trassshhub
This commit is contained in:
parent
dfb7f2a25d
commit
4259402c56
4 changed files with 188 additions and 308 deletions
|
|
@ -1522,7 +1522,12 @@ from .teachingchannel import TeachingChannelIE
|
|||
from .teamcoco import TeamcocoIE
|
||||
from .teamtreehouse import TeamTreeHouseIE
|
||||
from .techtalks import TechTalksIE
|
||||
from .ted import TEDIE
|
||||
from .ted import (
|
||||
TedEmbedIE,
|
||||
TedPlaylistIE,
|
||||
TedSeriesIE,
|
||||
TedTalkIE,
|
||||
)
|
||||
from .tele5 import Tele5IE
|
||||
from .tele13 import Tele13IE
|
||||
from .telebruxelles import TeleBruxellesIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue