mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
An alternative privacy-friendly YouTube frontend which is efficient by design.
.github | ||
public | ||
src | ||
_redirects | ||
.gitignore | ||
babel.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Piped
An alternative YouTube frontend which is efficient by design.
Features:
- No Ads
- No Tracking
- Infinite Scrolling
- Intergration with SponsorBlock
- Intergration 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!