The opening curly brace, '{', is a regex reserved control character, so it needs...
authorcodesparkle <adam.thalhammer@outlook.com>
Mon, 19 May 2014 12:17:54 +0000 (22:17 +1000)
committercodesparkle <adam.thalhammer@outlook.com>
Mon, 19 May 2014 12:17:54 +0000 (22:17 +1000)
commit77541837e5cb27e8e5d322d7c2ecb08f8823a757
treee32e086c122f15f17198b73e965cf0b2b75b2432
parent89bb8e97ee82263a0f31eb3ace696d2bf7540c31
The opening curly brace, '{', is a regex reserved control character, so it needs to be escaped (see stackoverflow.com/a/400316/1106367)
Minor improvements:
no need to sort the whole list if all we need is the maximum element, also instead of reinventing the wheel we can use utils to get indices from qualities.
youtube_dl/extractor/ndr.py