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.
- 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.
-
Download or clone this repository.
git clone https://github.com/abdulrahmanRadan/pyutube-extension.git
- Navigate to the
pyutube-server
directory.cd pyutube-extension/pyutube-server
- Install the dependencies:
npm install
- Start the server:
npm start
- Navigate to the
-
Open Chrome and go to
chrome://extensions/
. -
Enable "Developer mode" at the top right.
-
Click on "Load unpacked" and select the folder containing the extension files (
pyutube-extension/pyutube
). -
Copy the URL of the YouTube video you want to download.
-
A download button will appear on the screen.
-
Click the download button to start downloading the video.
- Chrome browser installed on your machine.
- Python installed (for the backend process).
This extension uses the following tool for downloading videos:
This project is licensed under the MIT License - see the LICENSE file for details.
If you want to contribute to this project, feel free to submit a pull request or open an issue to discuss any improvements.
- Thanks to the contributors of the pyutube project for their work on the video downloading functionality.