1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-01 20:18:24 -04:00

Merge branch 'viki-shows' of https://github.com/ping/youtube-dl into ping-viki-shows

This commit is contained in:
Sergey M․
2015-05-16 21:28:36 +06:00
2 changed files with 36 additions and 1 deletions

View File

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