[tvp] Expand _VALID_URL and improve naming (Closes #9602)
This commit is contained in:
parent
448bb5f333
commit
6f8cb24219
2 changed files with 29 additions and 23 deletions
|
@ -833,7 +833,10 @@ from .tvc import (
|
|||
)
|
||||
from .tvigle import TvigleIE
|
||||
from .tvland import TVLandIE
|
||||
from .tvp import TvpIE, TvpSeriesIE
|
||||
from .tvp import (
|
||||
TVPIE,
|
||||
TVPSeriesIE,
|
||||
)
|
||||
from .tvplay import TVPlayIE
|
||||
from .tweakers import TweakersIE
|
||||
from .twentyfourvideo import TwentyFourVideoIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue