Skip to content

Commit

Permalink
Also enable album URLs on Vimeo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zejn committed Nov 21, 2012
1 parent 5002aea commit 297d7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/InfoExtractors.py
Expand Up @@ -1030,7 +1030,7 @@ class VimeoIE(InfoExtractor):
"""Information extractor for vimeo.com."""

# _VALID_URL matches Vimeo URLs
_VALID_URL = r'(?:https?://)?(?:(?:www|player).)?vimeo\.com/(?:groups/[^/]+/)?(?:videos?/)?([0-9]+)'
_VALID_URL = r'(?:https?://)?(?:(?:www|player).)?vimeo\.com/(?:(?:groups|album)/[^/]+/)?(?:videos?/)?([0-9]+)'
IE_NAME = u'vimeo'

def __init__(self, downloader=None):
Expand Down

0 comments on commit 297d7fd

Please sign in to comment.