1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-02 12:08:25 -05:00

[viki] Add support for shows

This commit is contained in:
ping
2015-05-16 15:43:13 +08:00
parent 2cda13213d
commit 0d7f036429
2 changed files with 37 additions and 1 deletions

View File

@@ -639,7 +639,10 @@ from .vine import (
VineIE,
VineUserIE,
)
from .viki import VikiIE
from .viki import (
VikiIE,
VikiShowIE,
)
from .vk import (
VKIE,
VKUserVideosIE,