The opening curly brace `{` is a regex reserved [control character](http://stackoverf...
[youtube-dl] / youtube_dl / extractor / generic.py
index 41884ed7a5b89e021eb6515dc8b8accdd2816136..a6f102a4e8b380bcf9d406f2c02059ab469c502d 100644 (file)
@@ -1073,7 +1073,7 @@ class GenericIE(InfoExtractor):
             found = filter_video(re.findall(r'''(?xs)
                 flowplayer\("[^"]+",\s*
                     \{[^}]+?\}\s*,
-                    \s*{[^}]+? ["']?clip["']?\s*:\s*\{\s*
+                    \s*\{[^}]+? ["']?clip["']?\s*:\s*\{\s*
                         ["']?url["']?\s*:\s*["']([^"']+)["']
             ''', webpage))
         if not found: