A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
2.12k
stars
112
forks
source link
README is missing tartube path for MacOS install to run executables by name in terminal #571
Closed
inkhalistan closed 1 year ago
To run tartube, ytdl, and ffmpeg on MacOS I entered the following in terminal:
echo "export PATH=\"
python3 -m site --user-base
/bin:\$PATH\"" >> ~/.zprofileand to run the executables without restarting terminal, I also entered:
source ~/.zprofile