mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-22 10:18:45 +00:00
[ie/tenplay] Add support for seasons (#7939)
Closes #7744 Authored by: midnightveil
This commit is contained in:
@@ -1992,7 +1992,10 @@ from .tencent import (
|
||||
WeTvSeriesIE,
|
||||
)
|
||||
from .tennistv import TennisTVIE
|
||||
from .tenplay import TenPlayIE
|
||||
from .tenplay import (
|
||||
TenPlayIE,
|
||||
TenPlaySeasonIE,
|
||||
)
|
||||
from .testurl import TestURLIE
|
||||
from .tf1 import TF1IE
|
||||
from .tfo import TFOIE
|
||||
|
Reference in New Issue
Block a user