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
When using the global ytdl command from a terminal, simply using the raw video ID as an argument may cause the ID to be parsed as an option, rather than the actual video ID. This causes ytdl to output an error similar to error: unknown option '-X1X7HuFHSg'. While an easy workaround would be to use a prefix such as http://youtu.be/, I figured I should still open an issue as this is likely not intended behavior.
When using the global
ytdl
command from a terminal, simply using the raw video ID as an argument may cause the ID to be parsed as an option, rather than the actual video ID. This causesytdl
to output an error similar toerror: unknown option '-X1X7HuFHSg'
. While an easy workaround would be to use a prefix such ashttp://youtu.be/
, I figured I should still open an issue as this is likely not intended behavior.Examples
What happened
What should happen
The text was updated successfully, but these errors were encountered: