Just another youtube downloader
Project description
YT-DLD
Just another youtube downloader
[*] Description
Run it, enter and a link and choose between available options to download
[+] Installation
Install dependencies (git, python)
- For Debian (Ubuntu, Kali-Linux, Parrot)
sudo apt install git python3 -y
- For Arch (Manjaro)
sudo pacman -S git python3 --noconfirm
- For Redhat(Fedora)
sudo dnf install git python3 -y
- For Termux
pkg install git python3-y
Clone this repository
git clone https://github.com/KasRoudra/ytdld
Enter the directory
cd ytdld
Install all modules
pip3 install -r files/requirements.txt --break-system-packages
Run the tool
python3 ytdld.py
Pip
pip3 install ytdld
[For Termux]sudo pip3 install ytdld --break-system-packages
[For Linux]ytdld
[~] Options
usage: ytdld.py [-h] [-u URL] [-d DIRECTORY] [-t TYPE] [-f FORMAT]
[-q QUALITY] [-b]
options:
-h, --help show this help message and exit
-u URL, --url URL Youtube url of the media
-d DIRECTORY, --directory DIRECTORY
Download path, the folder in which media will be saved
-t TYPE, --type TYPE Type of the media
-f FORMAT, --format FORMAT
File Format or Extension of the media
-q QUALITY, --quality QUALITY
Resolution or Bitrate the media
-b, --best Automatically download the media of best resolution or
bitrate
[*] Features
- Supports argument for filetype or media quality
- Best quality can be automatically chosen
- Defaults can be set in the config file
[-] Requirements
Python(3)
pytube
questionary
kasutils
[*] Support
Want to show support? Just spread the word and smash the star button
Donate BTC: 3Lx8ikQQgZZpmFJzHDBuQHXzLXMeWMcZF3
[~] Find Me on :
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ytdld-0.0.3.tar.gz
(5.5 kB
view hashes)
Built Distribution
ytdld-0.0.3-py3-none-any.whl
(8.8 kB
view hashes)