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 daba77d665 Merge changes 7 years ago
assets Add video,js, Genesis 3:6 7 years ago
dev Run 'crystal tool format' 7 years ago
src Merge changes 7 years ago
.editorconfig
.gitignore
LICENSE
README.md Fix usage instructions 7 years ago
sentry Add sentry (from updated fork) 7 years ago
shard.lock
shard.yml Update shard.yml and fix postgres queries 7 years ago
videos.sql Add related videos and clean up video class 7 years ago
youtube api.md

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