Closed Lordfirespeed closed 10 months ago
Using YTDLSharp to run a command passing an ID such as this one: -ol3PSROlwg fails because YTDLP recognises the ID as a long option string.
-ol3PSROlwg
Separating the options (as yt-dlp output suggests) from the URLs using -- mitigates this issue.
yt-dlp
--
Using YTDLSharp to run a command passing an ID such as this one:
-ol3PSROlwg
fails because YTDLP recognises the ID as a long option string.Separating the options (as
yt-dlp
output suggests) from the URLs using--
mitigates this issue.