Hi,
I discovered it's not possible to use a parameter like this: --format "bv+ba[format_note~='(?i)original'] / bv+ba" because inner single quotes trigger a split on the parameter and so we have:
bv+ba[format_note~=',
(?i)original
] / bv+ba
sent to youtube-dl.
I know the lib isn't supported anymore, but I prefer to share this fact, for future users.
Hi,
I discovered it's not possible to use a parameter like this:
--format "bv+ba[format_note~='(?i)original'] / bv+ba"because inner single quotes trigger a split on the parameter and so we have:bv+ba[format_note~=',(?i)original] / bv+basent to youtube-dl.
I know the lib isn't supported anymore, but I prefer to share this fact, for future users.