Skip to content

YT-LOADER is a Python-based tool that allows users to download videos and audio from YouTube directly through the terminal. It operates without a graphical interface, making it simple and efficient for users to obtain their favorite content quickly.

License

Notifications You must be signed in to change notification settings

hackinter/YT-LOADER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JUST FOR YOUTUBE

Tool Name: YT-LOADER

Version

Author: HACKINTER

Created Date: 2024

DESCRIPTION:

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.

REQUIREMENTS:

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.

INSTALLATION:

For Linux:

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

For Termux:

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

ONE CLICK INSTALLATION:

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

© 2024 HACKINTER. All rights reserved.

About

YT-LOADER is a Python-based tool that allows users to download videos and audio from YouTube directly through the terminal. It operates without a graphical interface, making it simple and efficient for users to obtain their favorite content quickly.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages