Browse Source

[vimeo] Add test for #7552

totalwebcasting
Sergey M․ 9 years ago
parent
commit
6b7ceee1b9
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      youtube_dl/extractor/vimeo.py

+ 4
- 0
youtube_dl/extractor/vimeo.py View File

@ -189,6 +189,10 @@ class VimeoIE(VimeoBaseInfoExtractor):
'note': 'Video not completely processed, "failed" seed status',
'only_matching': True,
},
{
'url': 'https://vimeo.com/groups/travelhd/videos/22439234',
'only_matching': True,
},
]
@staticmethod


Loading…
Cancel
Save