Super-simple CLI Python YouTube video downloader.
Assuming you hav Python 3 installed and the YTDL.py file is in your Downloads folder:
- Open a terminal window. (On Windows, press win+S, type "terminal", press enter)
- Type
cd Downloads/
to navigate to your download folder. Then press enter.
- Type
python3 YTDL.py
Then press enter.
- Enter a YouTube URL (Or right-click and select paste) and press enter.
- Enter a name for the download, e.g. "test.mp4".
- Last, enter the ID of the file type you want and press enter.
- The downloaded file will be available in the Downloads folder.