aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-08-17 00:21:30 +0700
committerSergey M․ <dstftw@gmail.com>2016-08-17 00:21:30 +0700
commitb35b0d73d853c52ca96ccf4488a4f8960a12e2ae (patch)
tree48fa59331fd200f394cc6a44d13aaeea095f4d94 /youtube_dl/extractor/extractors.py
parent6e7e4a6edf6c4ffd56d908ade7f0bfe2bff738b8 (diff)
downloadyoutube-dl-b35b0d73d853c52ca96ccf4488a4f8960a12e2ae.tar.xz
[viafree] Add extractor (Closes #10358)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index a5e0805b2..55c639158 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -898,7 +898,10 @@ from .tvp import (
TVPIE,
TVPSeriesIE,
)
-from .tvplay import TVPlayIE
+from .tvplay import (
+ TVPlayIE,
+ ViafreeIE,
+)
from .tweakers import TweakersIE
from .twentyfourvideo import TwentyFourVideoIE
from .twentymin import TwentyMinutenIE