1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-29 18:23:25 +00: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
+4 -1
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,