The opening curly brace `{` is a regex reserved [control character](http://stackoverf...
authorcodesparkle <adam.thalhammer@outlook.com>
Fri, 30 Jan 2015 07:41:40 +0000 (18:41 +1100)
committercodesparkle <adam.thalhammer@outlook.com>
Fri, 30 Jan 2015 07:41:40 +0000 (18:41 +1100)
commit52585fd6dcd5020f2800d133588d7232419dddc0
treeb7b221cf17b780770275ab60595adbda7940ab4d
parentc03844a4ec0bffef4803394545c7a5cc16dc70e1
The opening curly brace `{` is a regex reserved [control character](stackoverflow.com/a/400316/1106367), so it needs to be escaped.
youtube_dl/extractor/generic.py
youtube_dl/extractor/grooveshark.py