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

[azmedien:showplaylist] Add support for all episodes playlists

This commit is contained in:
Alex Seiler
2017-02-17 04:49:25 +01:00
committed by Sergey M․
parent 87dadd456a
commit 948519b35d
2 changed files with 50 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ from .awaan import (
from .azmedien import (
AZMedienIE,
AZMedienPlaylistIE,
AZMedienShowPlaylistIE,
)
from .azubu import AzubuIE, AzubuLiveIE
from .baidu import BaiduVideoIE