nkrth / ourtube

OurTube is a local video repository that works like youtube itself

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ourtube

A local copy of YouTube where you can search, view videos & playlists, et cetera.

Expects a postgres server on a Docker domain at "ourtube-net" by default, modify this if you will choose a different name or manually configure postgres.

Implementation Details

This runs using magical unicorns and tiny house elves. not really

Dependencies

  • psycopg2
  • Flask
  • psycopg2-binary

These can be found in the requirements.txt which you can use to call pip on.

About

OurTube is a local video repository that works like youtube itself

License:MIT License


Languages

Language:Python 60.2%Language:HTML 18.2%Language:SQLPL 15.0%Language:CSS 4.8%Language:Dockerfile 1.1%Language:JavaScript 0.8%