Skip to content

abdulrahmanRadan/pyutube-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Video Downloader Extension

Icon

This is a Chrome extension that allows users to easily download YouTube videos by copying the video URL. Once the URL is copied, a download button will appear on the screen, allowing users to initiate the download process.

Features

  • Easy-to-use interface.
  • Automatically detects copied YouTube links.
  • Works on multiple operating systems (Windows, macOS, Linux).
  • Quick access to download videos with a single click.

Installation

  1. Download or clone this repository.

    git clone https://github.com/abdulrahmanRadan/pyutube-extension.git

    Running the Server

    1. Navigate to the pyutube-server directory.
      cd pyutube-extension/pyutube-server
    2. Install the dependencies:
      npm install
    3. Start the server:
      npm start

    Usage

  2. Open Chrome and go to chrome://extensions/.

  3. Enable "Developer mode" at the top right.

  4. Click on "Load unpacked" and select the folder containing the extension files (pyutube-extension/pyutube). image

  5. Copy the URL of the YouTube video you want to download.

  6. A download button will appear on the screen.

  7. Click the download button to start downloading the video.

Requirements

  • Chrome browser installed on your machine.
  • Python installed (for the backend process).

Dependencies

This extension uses the following tool for downloading videos:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

If you want to contribute to this project, feel free to submit a pull request or open an issue to discuss any improvements.

Acknowledgements

  • Thanks to the contributors of the pyutube project for their work on the video downloading functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published