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
The ffmpeg_downloader.installed() function only seems to check if ffmpeg is installed in the dir this program would install it in, but it doesn't check if it's already in the system path or callable globally from the CLI.
The text was updated successfully, but these errors were encountered:
Right. Because this project was meant to be a cli command, I figured the user would/should first try ffmpeg command before ffdl to see if the system already has FFmpeg installed. Let me sit on it for a bit.
The
ffmpeg_downloader.installed()
function only seems to check if ffmpeg is installed in the dir this program would install it in, but it doesn't check if it's already in the system path or callable globally from the CLI.The text was updated successfully, but these errors were encountered: