/y2mp4

Primary LanguagePythonMIT LicenseMIT

Youtube to mp4

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.

Prerequisites

Make sure you have the following dependencies installed:

  • Flask
  • pyvibe
  • ytmp3

Getting Started

  1. Clone the repository:
  1. Install the dependencies:
  • pip install flask pyvibe ytmp3
  1. Run the application:
  • python app.py
  1. Open your browser and navigate to http://localhost:5000 to access the application.

Usage

  • 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.

Contributing

Contributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.

License

This project is licensed under the MIT License.