[tvc] Add extractor (Closes #5795)

This commit is contained in:
Hannu Lintala
2015-06-07 17:25:30 +03:00
parent 0e805e782b
commit 87446dc618
2 changed files with 80 additions and 0 deletions

View File

@ -582,6 +582,7 @@ from .tv2 import (
TV2ArticleIE,
)
from .tv4 import TV4IE
from .tvc import TVCIE
from .tvigle import TvigleIE
from .tvp import TvpIE, TvpSeriesIE
from .tvplay import TVPlayIE