Skip to content

youtube-dl based web application to download youtube videos

Notifications You must be signed in to change notification settings

Danushka96/tubeMate

Repository files navigation

deploy

TubeMate

Download Videos to your local storage from sites listed here.

https://ytdl-org.github.io/youtube-dl/supportedsites.html

Demo

http://tubematelk.ml/

How to setup

Requirements

Installation

  1. Clone the project
  2. pip install requirements.txt
  3. node install
  4. python tubemate.py
  5. npm serve

Install with Docker

  • docker pull docker.pkg.github.com/danushka96/tubemate/tubemate:latest
  • docker run --name tubemate -p 5000:5000 docker.pkg.github.com/danushka96/tubemate/tubemate:latest