aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2018-03-14 01:28:40 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2018-03-14 09:55:21 +0100
commitf226880c6d44098b5e99b05a83ed739e18d15690 (patch)
treebf2a19ede60e2f39f67f53c9b6977c4dc402553b /youtube_dl/extractor/extractors.py
parent08250b69c29f8fc3bb73c6461363472197a86f03 (diff)
downloadyoutube-dl-f226880c6d44098b5e99b05a83ed739e18d15690.tar.xz
[tennistv] Add support for tennistv.com
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 6d6ae89f8..3bde40eb3 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1062,6 +1062,7 @@ from .telequebec import (
)
from .teletask import TeleTaskIE
from .telewebion import TelewebionIE
+from .tennistv import TennisTVIE
from .testurl import TestURLIE
from .tf1 import TF1IE
from .tfo import TFOIE