[azmedien] Add extractor (closes #11785)

This commit is contained in:
Alex Seiler 2017-01-21 15:23:26 +01:00 committed by Sergey M․
parent 7c20b7484c
commit e84495cd8d
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 91 additions and 0 deletions

View file

@ -77,6 +77,10 @@ from .awaan import (
AWAANLiveIE,
AWAANSeasonIE,
)
from .azmedientv import (
AZMedienTVIE,
AZMedienTVShowIE,
)
from .azubu import AzubuIE, AzubuLiveIE
from .baidu import BaiduVideoIE
from .bambuser import BambuserIE, BambuserChannelIE