[viafree] Add extractor (Closes #10358)

This commit is contained in:
Sergey M․ 2016-08-17 00:21:30 +07:00
parent 6e7e4a6edf
commit b35b0d73d8
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 57 additions and 1 deletions

View file

@ -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