[ae] Improve _VALID_URL
[youtube-dl] / 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