1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -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