about summary refs log tree commit diff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-10 00:51:07 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-10 00:51:07 +0600
commit74278def2e69aacd022e00e2aea5f42ffcd9633a (patch)
treedd95584586a44cae5dcdfdb15610a921d5d9299b /youtube_dl/extractor/__init__.py
parente375a149e16139d0bd2d677d90d4ffe62c6116df (diff)
downloadyoutube-dl-74278def2e69aacd022e00e2aea5f42ffcd9633a.tar.gz
youtube-dl-74278def2e69aacd022e00e2aea5f42ffcd9633a.tar.xz
youtube-dl-74278def2e69aacd022e00e2aea5f42ffcd9633a.zip
[vimeo:ondemand] Separate ondemand extractor (Closes #8330, closes #8801)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 899bf8114..e07f724bf 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -859,6 +859,7 @@ from .vimeo import (
     VimeoChannelIE,
     VimeoGroupsIE,
     VimeoLikesIE,
+    VimeoOndemandIE,
     VimeoReviewIE,
     VimeoUserIE,
     VimeoWatchLaterIE,