[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
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
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