1
0
Fork 0

[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
commit 88a99c87b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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