diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-05-26 22:21:55 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-05-26 22:21:55 +0600 |
commit | 6f8cb2421948fd128b3004fde7eebaa2463f5f06 (patch) | |
tree | 4a32475ce7bbc02c83947499e2e81d88eed3ee6d /youtube_dl/extractor/extractors.py | |
parent | 448bb5f333c6c4c8084e479e1035ff674e4f8fd4 (diff) |
[tvp] Expand _VALID_URL and improve naming (Closes #9602)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 05561149a..ddf62139e 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -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 |