Go to file
Bradley D. Thornton a335b3ae26
Update README.md (#14)
Fixed misspellings
2020-12-21 21:15:55 +00:00
.github actions: use npx package to change dns record. 2020-12-20 16:40:25 +05:30
public Add PWA support. 2020-11-15 16:57:44 +05:30
src tiny fixes/enhancements 2020-12-14 19:11:49 +05:30
.gitignore Preferences + Format code. 2020-11-17 10:45:35 +05:30
LICENSE Change from CRLF to LF. 2020-11-30 11:36:27 +05:30
README.md Update README.md (#14) 2020-12-21 21:15:55 +00:00
_redirects Change from CRLF to LF. 2020-11-30 11:36:27 +05:30
babel.config.js init 2020-11-06 09:06:25 +05:30
package-lock.json Update deps. 2020-11-25 10:48:53 +05:30
package.json Update deps. 2020-11-25 10:48:53 +05:30

README.md

Piped

Matrix Netlify GitHub Repo stars GitHub last commit

An alternative YouTube frontend which is efficient by design.

Features:

  • No Ads
  • No Tracking
  • Infinite Scrolling
  • Integration with SponsorBlock
  • Integration with LBRY
  • 4K support
  • No connections to Google's servers
  • Playing just audio
  • PWA support
  • Preferences saved locally
  • Multi-region loadbalancing
  • Performant by design, designed to handle 1000s of users concurrently

WIP

  • Proper video support Blocked by NPE#461
  • Login
  • Comments
  • Feeds
  • 8K support
  • Custom extractor for streams?
  • Video Muxing

Development Setup

npm install

Compiles and hot-reloads for development

npm run serve

You can now make changes and see them as soon you save the file!