[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
This commit is contained in:
Philipp Hagemeister
2014-01-06 17:31:47 +01:00
parent 5d73273f6f
commit fcea44c6d5
2 changed files with 24 additions and 2 deletions

View File

@ -199,6 +199,7 @@ from .vimeo import (
VimeoUserIE,
VimeoAlbumIE,
VimeoGroupsIE,
VimeoReviewIE,
)
from .vine import VineIE
from .viki import VikiIE