2020-12-19 00:25:11 +05:30
|
|
|
# Piped
|
2020-11-06 09:06:25 +05:30
|
|
|
|
2020-12-01 18:48:24 +05:30
|
|
|
[](https://matrix.to/#/#piped:matrix.org)
|
2020-12-01 18:04:25 +05:30
|
|
|

|
2020-12-01 18:48:24 +05:30
|
|
|
[](https://github.com/TeamPiped/Piped/stargazers)
|
|
|
|
[](https://github.com/TeamPiped/Piped/commits)
|
2020-12-01 18:04:25 +05:30
|
|
|
|
2020-12-19 00:25:11 +05:30
|
|
|
An alternative YouTube frontend which is efficient by design.
|
2020-11-17 10:45:35 +05:30
|
|
|
|
2020-12-19 00:25:11 +05:30
|
|
|
## Features:
|
2020-11-06 09:06:25 +05:30
|
|
|
|
2020-12-19 00:25:11 +05:30
|
|
|
- [x] No Ads
|
|
|
|
- [x] No Tracking
|
|
|
|
- [x] Infinite Scrolling
|
2020-12-21 13:15:55 -08:00
|
|
|
- [x] Integration with SponsorBlock
|
|
|
|
- [x] Integration with LBRY
|
2020-12-19 00:25:11 +05:30
|
|
|
- [x] 4K support
|
|
|
|
- [x] No connections to Google's servers
|
|
|
|
- [x] Playing just audio
|
|
|
|
- [x] PWA support
|
|
|
|
- [x] Preferences saved locally
|
|
|
|
- [x] Multi-region loadbalancing
|
|
|
|
- [x] Performant by design, designed to handle 1000s of users concurrently
|
2020-11-17 10:45:35 +05:30
|
|
|
|
2020-12-19 00:25:11 +05:30
|
|
|
## WIP
|
|
|
|
|
|
|
|
- [ ] Proper video support Blocked by NPE[#461](https://github.com/TeamNewPipe/NewPipeExtractor/issues/461)
|
|
|
|
- [ ] Login
|
|
|
|
- [ ] Comments
|
|
|
|
- [ ] Feeds
|
|
|
|
- [ ] 8K support
|
|
|
|
- [ ] Custom extractor for streams?
|
|
|
|
- [ ] Video Muxing
|
2020-11-06 09:06:25 +05:30
|
|
|
|
2020-12-19 00:25:11 +05:30
|
|
|
## Development Setup
|
2020-11-17 10:45:35 +05:30
|
|
|
|
2020-11-06 09:06:25 +05:30
|
|
|
```
|
2020-12-24 22:35:03 +05:30
|
|
|
yarn install
|
2020-11-06 09:06:25 +05:30
|
|
|
```
|
|
|
|
|
2020-12-19 00:25:11 +05:30
|
|
|
### Compiles and hot-reloads for development
|
2020-11-17 10:45:35 +05:30
|
|
|
|
2020-11-06 09:06:25 +05:30
|
|
|
```
|
2020-12-24 22:35:03 +05:30
|
|
|
yarn serve
|
2020-11-06 09:06:25 +05:30
|
|
|
```
|
|
|
|
|
2020-12-19 00:25:11 +05:30
|
|
|
You can now make changes and see them as soon you save the file!
|