Skip to main content

Pytube Tool

pytube-tool is a Python-based command-line utility for downloading YouTube videos. By simply providing a YouTube video URL, users can select their preferred format and download the video efficiently.

Contents

Features | Installation | Install from PyPI | Build from Source | Usage | Example Usage | Development

Features

  • Command-Line Interface (CLI): Download YouTube videos using simple terminal commands.
  • Format Selection: Choose from available video and audio formats before downloading.
  • High-Quality Video: Supports downloading videos in resolutions such as 720p, 1080p, and higher, if available.
  • Audio-Only Downloads: Extract and download the audio portion of a video.
  • Batch Downloading: Download multiple videos using a list of URLs from a file.
  • Fast and Efficient: Optimized to download videos quickly while maintaining quality.

Installation

Option 1: Install from PyPI

To install pytube-tool directly from PyPI:

pip install pytube-tool

Option 2: Build from Source

For those who prefer to build it themselves:

  1. Clone the repository and navigate to the project directory:

    git clone https://github.com/h471x/youtube_downloader.git
    cd youtube_downloader
    
  2. Install required packages:

    pip install -r requirements.txt
    
  3. Build the package:

    python setup.py sdist bdist_wheel
    
  4. Install the package:

    pip install dist/*.whl
    

Usage

Once the package is installed, you can use the pytube command from the terminal. The script accepts the following command-line arguments:

  • Download Video:

    • Provide the URL of the YouTube video you wish to download.
  • Format Selection:

    • During the download process, the tool will list available formats (video resolutions and audio-only) and prompt you to select one.
  • Batch Processing:

    • Use a file containing a list of YouTube video URLs to download multiple videos at once.
  • Help Option:

    • -h or --help: Display the help message with all available options.

Example Usage

  1. Download a Single Video:

    pytube --url https://www.youtube.com/watch?v=dQw4w9WgXcQ
    

    The tool will list available formats, allowing you to select your preferred option.

  2. Batch Download:

    pytube -b urls.txt
    

    urls.txt should contain one YouTube URL per line.

  3. Help Option: For help with command-line options, use:

    pytube -h
    

Development

To modify or extend the functionality, ensure you have the required dependencies installed. You can add new features or optimize existing ones as needed.

Adding New Features

  • Support for Playlists: Extend the tool to handle full playlist downloads.
  • Download Progress Indicator: Implement a visual progress bar for downloads.
  • Improved Format Filtering: Enhance format selection to include additional criteria like frame rate or bit rate.

Contributing

Feel free to fork this repository, open issues, or submit pull requests with improvements or bug fixes. Your contributions help make the pytube-tool better!

Release files for pytube-tool 0.1.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pytube-tool 0.1.2
File Size Uploaded
pytube-tool-0.1.2.tar.gz 183.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pytube-tool 0.1.2
File Interpreter ABI Platform
pytube_tool-0.1.2-py3-none-any.whl Python 3 none any Details

Total release size: 194.1 kB

Release files / pytube-tool-0.1.2.tar.gz

Download URL pytube-tool-0.1.2.tar.gz
Size 183.2 kB
Tags Source
SHA-256 checksum
How to use checksums
f904ad720b9b9d2091568371a2d1fe1fe22680990d386006d2f8db74cfa76c1d
BLAKE2b-256 checksum
How to use checksums
5c41a79869a4c1348836fda7e125c8e48950cc7c11267edfb66c91f6cd9f961d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.11.9

Release files / pytube_tool-0.1.2-py3-none-any.whl

Download URL pytube_tool-0.1.2-py3-none-any.whl
Size 10.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
608a22a6f268ecd5bce6643e1b75d178945b4659f3de5c77e056005e67eeae7b
BLAKE2b-256 checksum
How to use checksums
051516703c1ff4a4519af775c06754fbca319e84beacffcd009d8b1dafade477
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.11.9

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page