Skip to main content

A simple package to download YouTube audio/video

Project description

FetchTube - Simple YouTube Video and Audio Downloader

FetchTube is a lightweight Python package that allows you to easily download YouTube videos and audio using simple command-line commands.

Installation

You can install FetchTube using pip:

pip install fetchtube

Usage

FetchTube provides two straightforward command-line commands:

Download Video

To download a video from YouTube, use the -v command followed by the video's URL:

fetchtube -v "https://www.youtube.com/watch?v=VIDEO_ID"

This command will download the best available video up to 1080p resolution to your current working directory.

Download Audio

To download audio from a YouTube video, use the -a command followed by the video's URL:

fetchtube -a "https://www.youtube.com/watch?v=VIDEO_ID" 

This command will download the best quality audio stream to your current working directory.

License

This package is open-source and released under the MIT License. Feel free to use and modify it according to your needs.

Acknowledgments

FetchTube is built on the Pytube library.

Author

Caleb Smith

Contribute

If you'd like to contribute to this project or report issues, please visit the GitHub repository.

Happy downloading!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fetchtube-1.0.0.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

fetchtube-1.0.0-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page