aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-02-17 14:27:00 +0700
committerSergey M․ <dstftw@gmail.com>2019-02-17 14:27:00 +0700
commit388cfbd3d8915ebb99714ac8e7ce4151edf96d8d (patch)
tree0fead38477369db71258af729d8ada6d25a0aa5d /youtube_dl/extractor/extractors.py
parentd93083789bf9c318b18d52ac132e9495345b9ebc (diff)
downloadyoutube-dl-388cfbd3d8915ebb99714ac8e7ce4151edf96d8d.tar.xz
[tvp:website] Improve support
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index c70452dcd..923dfe7f4 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1218,7 +1218,7 @@ from .tvnow import (
from .tvp import (
TVPEmbedIE,
TVPIE,
- TVPSeriesIE,
+ TVPWebsiteIE,
)
from .tvplay import (
TVPlayIE,