mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-01 14:37:57 +00:00
Update extractors.py
This commit is contained in:
parent
ee1b02ab83
commit
6ce7baecaa
1 changed files with 4 additions and 1 deletions
|
@ -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 (
|
||||||
|
|
Loading…
Reference in a new issue