aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-02-09 23:07:43 +0100
committerRemita Amine <remitamine@gmail.com>2017-02-09 23:09:21 +0100
commit4d32b6385160e8cf9117839022ed795ce02b107d (patch)
tree89062f90d6496c0cea5a0d3c482b83903ee127fa /youtube_dl/extractor/extractors.py
parent55d4de2283d94c8846357e9a4fd8c74df9eb2835 (diff)
downloadyoutube-dl-4d32b6385160e8cf9117839022ed795ce02b107d.tar.xz
[tvplayer] Add new extractor
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 3445e7d40..5115e1a0c 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1019,6 +1019,7 @@ from .tvplay import (
TVPlayIE,
ViafreeIE,
)
+from .tvplayer import TVPlayerIE
from .tweakers import TweakersIE
from .twentyfourvideo import TwentyFourVideoIE
from .twentymin import TwentyMinutenIE