diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-06 17:31:47 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-06 17:34:23 +0100 |
commit | fcea44c6d516564b40d55f4989bb7710a0edf21d (patch) | |
tree | 7fcdc97c5ee5a410764fd3ef386d4c3d979ebe2a /youtube_dl/extractor/__init__.py | |
parent | 5d73273f6f458970b34b3c6f4c8bd18fbad9c1ca (diff) |
[vimeo] Add support for review pages
Since the regexp is already overboarding and review pages have a distinct URL format (with non-trivial stuff after the ID), use a dedicated IE.
Fixes #2106
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 21d564dba..f1167989e 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -199,6 +199,7 @@ from .vimeo import ( VimeoUserIE, VimeoAlbumIE, VimeoGroupsIE, + VimeoReviewIE, ) from .vine import VineIE from .viki import VikiIE |