[tvp] Expand _VALID_URL and improve naming (Closes #9602)

This commit is contained in:
Sergey M․
2016-05-26 22:21:55 +06:00
parent 448bb5f333
commit 6f8cb24219
2 changed files with 29 additions and 23 deletions

View File

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