This is a Flask application that allows users to download YouTube videos as mp4 files. It uses the pyvibe
and ytmp3
libraries for handling the YouTube video download and conversion.
Make sure you have the following dependencies installed:
- Flask
- pyvibe
- ytmp3
- Clone the repository:
- git clone https://github.com/kodicw/y2mp4
- Install the dependencies:
- pip install flask pyvibe ytmp3
- Run the application:
- python app.py
- Open your browser and navigate to
http://localhost:5000
to access the application.
- Enter the URL of the YouTube video you want to download in the provided input field.
- Click the "Download" button.
- The video will be downloaded as an mp4 file.
Contributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.
This project is licensed under the MIT License.