Regex in youtube-dl arguments
I make my comment an answer.
Use this regex, it works for both cases:
-o (.*%\(ext\)s).+?(?:--ffmpeg-location (.+?))?$
Demo & Explanation
I make my comment an answer.
Use this regex, it works for both cases:
-o (.*%\(ext\)s).+?(?:--ffmpeg-location (.+?))?$
Demo & Explanation