[zattoo] Add extractor (closes #14668)

This commit is contained in:
Alex Seiler
2017-11-05 18:07:35 +01:00
committed by Sergey M․
parent 796bf9de45
commit 4a73354586
2 changed files with 240 additions and 0 deletions

View File

@ -1418,5 +1418,11 @@ from .youtube import (
)
from .zapiks import ZapiksIE
from .zaq1 import Zaq1IE
from .zattoo import (
QuicklineIE,
QuicklineLiveIE,
ZattooIE,
ZattooLiveIE,
)
from .zdf import ZDFIE, ZDFChannelIE
from .zingmp3 import ZingMp3IE