You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: