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 d7d905447f Change license 6 years ago
assets Add video,js, Genesis 3:6 6 years ago
dev Run 'crystal tool format' 6 years ago
src Change license 6 years ago
.editorconfig Initial commit 7 years ago
.gitignore Rename project 7 years ago
LICENSE Change license 6 years ago
README.md Fix usage instructions 6 years ago
sentry Add sentry (from updated fork) 6 years ago
shard.lock Add primitive postgres support 7 years ago
shard.yml Change license 6 years ago
videos.sql Add related videos and clean up video class 6 years ago

README.md

Invidious

Alternative frontend for YouTube

Installation

pacman -Syu shards crystal
crystal deps

Usage

crystal deps
./sentry

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