Skip to content

modecode22/load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load - YouTube Downloader

A powerful and flexible YouTube downloader that allows you to easily download videos and convert them to MP3 format.

Features

  • Downloads YouTube videos with option to convert to MP3 (default)
  • Downloads videos in best quality when using --video flag
  • Automatically saves files to Desktop/mp3 downloads folder
  • Supports custom output directories and subfolders
  • High-quality audio conversion (default: 320kbps)
  • Progress bar with download speed and ETA
  • Portable - can be used from anywhere

Usage

load [options] <YouTube URL>

Options

  • -o : Custom output directory (default: Desktop/mp3 downloads)
  • -f : Subfolder within the output directory
  • -q : Audio quality in kbps (default: 320k)
  • -v : Show detailed output
  • --video : Download video without converting to MP3

Examples

  1. Basic download (saves as MP3):
load https://www.youtube.com/watch?v=example
  1. Download video without MP3 conversion:
load --video https://www.youtube.com/watch?v=example
  1. Download to a specific subfolder:
load -f "my playlist" https://www.youtube.com/watch?v=example
  1. Download with custom quality:
load -q 192k https://www.youtube.com/watch?v=example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published