1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-07 13:37:07 -05:00

[azmedien] Improve (closes #11784)

This commit is contained in:
Sergey M․
2017-01-22 02:15:20 +07:00
parent e84495cd8d
commit 94629e537f
3 changed files with 135 additions and 90 deletions

View File

@@ -77,9 +77,9 @@ from .awaan import (
AWAANLiveIE,
AWAANSeasonIE,
)
from .azmedientv import (
AZMedienTVIE,
AZMedienTVShowIE,
from .azmedien import (
AZMedienIE,
AZMedienShowIE,
)
from .azubu import AzubuIE, AzubuLiveIE
from .baidu import BaiduVideoIE