1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-10 20:19:49 +00:00

Update extractors.py

This commit is contained in:
SpiderRider067 2020-12-30 20:28:55 -05:00 committed by GitHub
parent ee1b02ab83
commit 6ce7baecaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1128,7 +1128,10 @@ from .tagesschau import (
TagesschauIE, TagesschauIE,
) )
from .tass import TassIE from .tass import TassIE
from .tasvideos import TASVideosIE from .tasvideos import (
TASVideosIE,
TASVideosPlaylistIE,
)
from .tbs import TBSIE from .tbs import TBSIE
from .tdslifeway import TDSLifewayIE from .tdslifeway import TDSLifewayIE
from .teachable import ( from .teachable import (