[vimeo] Add test for #8187
authorSergey M․ <dstftw@gmail.com>
Fri, 8 Jan 2016 21:07:29 +0000 (03:07 +0600)
committerSergey M․ <dstftw@gmail.com>
Fri, 8 Jan 2016 21:07:29 +0000 (03:07 +0600)
youtube_dl/extractor/vimeo.py

index 5cb01907bb98e52e1f9af4a9f28de5402898ebd4..76e681bc360c5d45e7287413c1054dbdee8c84a8 100644 (file)
@@ -209,6 +209,11 @@ class VimeoIE(VimeoBaseInfoExtractor):
             'url': 'https://vimeo.com/groups/travelhd/videos/22439234',
             'only_matching': True,
         },
+        {
+            # source file returns 403: Forbidden
+            'url': 'https://vimeo.com/7809605',
+            'only_matching': True,
+        },
     ]
 
     @staticmethod