1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-27 09:13:26 +00:00

[vimeo] Add an extractor for groups

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-12-06 22:01:41 +01:00
parent 5cc14c2fd7
commit fb30ec22fd
3 changed files with 29 additions and 5 deletions
+1
View File
@@ -171,6 +171,7 @@ from .vimeo import (
VimeoChannelIE,
VimeoUserIE,
VimeoAlbumIE,
VimeoGroupsIE,
)
from .vine import VineIE
from .viki import VikiIE