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

[vimeo] Add an extractor for users (closes #1871)

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-12-01 22:36:18 +01:00
parent 355e4fd07e
commit 55a10eab48
4 changed files with 49 additions and 11 deletions
+5 -1
View File
@@ -159,7 +159,11 @@ from .viddler import ViddlerIE
from .videodetective import VideoDetectiveIE
from .videofyme import VideofyMeIE
from .videopremium import VideoPremiumIE
from .vimeo import VimeoIE, VimeoChannelIE
from .vimeo import (
VimeoIE,
VimeoChannelIE,
VimeoUserIE,
)
from .vine import VineIE
from .viki import VikiIE
from .vk import VKIE