Download Youtube Media from this script and have a wonderful output😋
To install and run the script:
python3 -m venv venv
pip install yudown
yudown --help
To launch the project, you need Poetry to be installed
Clone the project
git clone https://github.com/TianaNanta/yudown.git
Go to the project directory
cd yudown
Install dependencies
poetry install
Launch the project
poetry run python -m yudown --help
Usage:
yudown [OPTIONS] COMMAND [ARGS]...
Options:
-v, --version
: Show the application's version and exit.--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.
Commands:
download
: Download file from [red]Youtube[/red] 📥history
: Show the download [blue]history[/blue] ⌚️playlist
: Download Youtube [yellow]Playlist[/yellow]...search
: [blue]Search[/blue] for video on Youtube 🔍
Download file from [red]Youtube[/red] 📥
Usage:
yudown download [OPTIONS] [LINKS]...
Arguments:
[LINKS]...
Options:
-t, --type TEXT
: The type of media to download [default: video]-l, --location PATH
: Location of the downloaded file [default: ~/YuDown/notSpecified]--help
: Show this message and exit.
Show the download [blue]history[/blue] ⌚️
Usage:
yudown history [OPTIONS]
Options:
-D, --delete
--help
: Show this message and exit.
Download Youtube [yellow]Playlist[/yellow] video 📼
Usage:
yudown playlist [OPTIONS] [LINK]
Arguments:
[LINK]
Options:
-l, --location PATH
: Location of the files to download [default: /home/nanta/YuDown/Playlist]--help
: Show this message and exit.
[blue]Search[/blue] for video on Youtube 🔍
Usage:
yudown search [OPTIONS] [SEARCH_QUERY]
Arguments:
[SEARCH_QUERY]
: The word you are searching for
Options:
-s, --suggestion
: Show search suggestion--help
: Show this message and exit.