[ie/tenplay] Add support for seasons (#7939)

Closes #7744
Authored by: midnightveil
This commit is contained in:
Midnight Veil
2023-10-10 04:55:46 +11:00
committed by GitHub
parent 09f815ad52
commit 88a99c87b6
2 changed files with 60 additions and 3 deletions

View File

@@ -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