Description: Fix vimeo support
Author: Emmanuel Hainry <ehainry@free.fr>
Origin: vendor

Patch for re-enabling vimeo support in libquvi-scripts.

--- a/share/lua/website/vimeo.lua
+++ b/share/lua/website/vimeo.lua
@@ -110,7 +110,7 @@
         error( (not s) and "no match: error message" or s )
     end
 
-    return c:match('b=(.-);') or error('no match: b')
+    return c:match(',a=({.-);') or error('no match: b')
 end
 
 function Vimeo.iter_streams(c)
