1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-02 03:33:29 +00:00

Merge remote-tracking branch 'jnormore/vine_user'

This commit is contained in:
Philipp Hagemeister
2014-05-13 09:45:27 +02:00
3 changed files with 48 additions and 1 deletions
+4 -1
View File
@@ -306,7 +306,10 @@ from .vimeo import (
VimeoReviewIE,
VimeoWatchLaterIE,
)
from .vine import VineIE
from .vine import (
VineIE,
VineUserIE,
)
from .viki import VikiIE
from .vk import VKIE
from .vube import VubeIE