Invidious is an alternative front-end to YouTube
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Omar Roth 5d48215a5f Update layout.ecr, replace navbar and add functional search 7 years ago
assets Remove jquery 7 years ago
dev Add sentry (from updated fork) 7 years ago
src Update layout.ecr, replace navbar and add functional search 7 years ago
.editorconfig Initial commit 7 years ago
.gitignore Rename project 7 years ago
LICENSE Initial commit 7 years ago
README.md Rename project 7 years ago
invidious.sql Add fix for args order and rename videos table 7 years ago
sentry Add sentry (from updated fork) 7 years ago
shard.lock Add primitive postgres support 7 years ago
shard.yml Update shard.yml and fix postgres queries 7 years ago
youtube api.md Add engagement rating, rating, likes, dislikes, and form of logging (primitive but in the hope of reverse-engineering requests) 7 years ago

README.md

Invidious

Alternative frontend for YouTube

Installation

pacman -Syu shards crystal
crystal deps

Usage

crystal run src/invidious.cr

Contributing

  1. Fork it ( https://gitlab.com/omarroth/invidious/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors