[tagesschau] Separate player extractor

This commit is contained in:
Sergey M․ 2016-05-01 06:44:59 +06:00
parent 9cf79e8f4b
commit 6a0f9a24d0
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 168 additions and 72 deletions

View file

@ -724,7 +724,10 @@ from .svt import (
from .swrmediathek import SWRMediathekIE
from .syfy import SyfyIE
from .sztvhu import SztvHuIE
from .tagesschau import TagesschauIE
from .tagesschau import (
TagesschauPlayerIE,
TagesschauIE,
)
from .tapely import TapelyIE
from .tass import TassIE
from .tdslifeway import TDSLifewayIE