YT2Video

Convert and download all YouTube videos to high quality .mp4 files, by just inputting the url.
View a Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Contact
  3. Acknowledgements

About The Project

Built With

This project was developed with the following frameworks:

Installation

  1. Clone the repo

    git clone https://github.com/miguelcamposfernandes/yt2video.git
  2. Create a virtual enviroment

    python3 -m venv env
  3. Activate the virtual enviroment

    If operating on macOS or Linux:

    source env/bin/activate

    If operating on Windows

    env/Scripts/activate
  4. Install all required dependicies

    pip install -r requirements.txt
  5. Run the app.py file

    python3 app.py

Contact

E-Mail - miguelfernandes.personal@gmail.com

My GitHub: https://github.com/miguelcamposfernandes

Acknowledgements