I make my comment an answer.

Use this regex, it works for both cases:

-o (.*%\(ext\)s).+?(?:--ffmpeg-location (.+?))?$

Demo & Explanation