YT-LOADER is a Python-based tool that allows users to download videos or audio from YouTube, Facebook, TikTok, and Instagram directly through the terminal. It is user-friendly and provides a fast downloading process.
Before you install YT-LOADER, make sure you have the following installed on your system:
- Python 3: Make sure Python 3.x is installed. You can check by running
python3 --version
in the terminal. - Git: To clone the repository. Check if it's installed by running
git --version
. - Pip: Python's package installer is needed to install dependencies. It usually comes with Python 3.x.
Run the following commands in your terminal to install the tool:
sudo apt-get install python3 git -y
sudo apt-get install python3-pip -y
pip install yt-dlp requests
git clone https://github.com/hackinter/YT-LOADER.git
cd YT-LOADER
pip install -r requirements.txt
python3 yt-loader.py
If you're using Termux, use the following commands to install the tool:
pkg update -y
pkg upgrade -y
pkg install python git -y
pip install yt-dlp requests
git clone https://github.com/hackinter/YT-LOADER.git
cd YT-LOADER
pip install -r requirements.txt
python yt-loader.py
For a quick installation, you can use this single command for Linux:
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install python3 git -y && sudo apt-get install python3-pip -y && pip install yt-dlp requests && git clone https://github.com/hackinter/YT-LOADER.git && cd YT-LOADER && pip install -r requirements.txt && python3 yt-loader.py