[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
|
|
@ -13,7 +13,7 @@ from test.helper import FakeYDL, md5, is_download_test
|
|||
from yt_dlp.extractor import (
|
||||
YoutubeIE,
|
||||
DailymotionIE,
|
||||
TEDIE,
|
||||
TedTalkIE,
|
||||
VimeoIE,
|
||||
WallaIE,
|
||||
CeskaTelevizeIE,
|
||||
|
|
@ -141,7 +141,7 @@ class TestDailymotionSubtitles(BaseTestSubtitles):
|
|||
@is_download_test
|
||||
class TestTedSubtitles(BaseTestSubtitles):
|
||||
url = 'http://www.ted.com/talks/dan_dennett_on_our_consciousness.html'
|
||||
IE = TEDIE
|
||||
IE = TedTalkIE
|
||||
|
||||
def test_allsubtitles(self):
|
||||
self.DL.params['writesubtitles'] = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue