Browse Source

[vimeo:user] Do not match watchlater

master
Sergey M․ 9 years ago
parent
commit
b29440aee6
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/vimeo.py

2
youtube_dl/extractor/vimeo.py

@ -505,7 +505,7 @@ class VimeoChannelIE(VimeoBaseInfoExtractor):
class VimeoUserIE(VimeoChannelIE):
IE_NAME = 'vimeo:user'
_VALID_URL = r'https://vimeo\.com/(?![0-9]+(?:$|[?#/]))(?P<name>[^/]+)(?:/videos|[#?]|$)'
_VALID_URL = r'https://vimeo\.com/(?!(?:[0-9]+|watchlater)(?:$|[?#/]))(?P<name>[^/]+)(?:/videos|[#?]|$)'
_TITLE_RE = r'<a[^>]+?class="user">([^<>]+?)</a>'
_TESTS = [{
'url': 'https://vimeo.com/nkistudio/videos',

Loading…
Cancel
Save