README.md: update

This commit is contained in:
Jesús 2020-12-18 23:30:40 -05:00
parent 43679efff5
commit a16b05af80
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -2,7 +2,7 @@
Fork of [youtube-local](https://github.com/user234683/youtube-local) Fork of [youtube-local](https://github.com/user234683/youtube-local)
yt-local is a browser-based client written in Python for watching Youtube anonymously and without the lag of the slow page used by Youtube. One of the primary features is that all requests are routed through Tor, except for the video file at googlevideo.com. This is analogous to what HookTube (defunct) and Invidious do, except that you do not have to trust a third-party to respect your privacy. The assumption here is that Google won't put the effort in to incorporate the video file requests into their tracking, as it's not worth pursuing the incredibly small number of users who care about privacy (Tor video routing is also provided as an option). Tor has high latency, so this will not be as fast as regular Youtube. However, using Tor is optional; when not routing through Tor, video pages may load faster than they do with Youtube's page depending on your browser. yt-local is a browser-based client written in Python for watching Youtube anonymously and without the lag of the slow page used by Youtube. One of the primary features is that all requests are routed through Tor, except for the video file at googlevideo.com. This is analogous to what HookTube (defunct) and Invidious do, except that you do not have to trust a third-party to respect your privacy. The assumption here is that Google won't put the effort in to incorporate the video file requests into their tracking, as it's not worth pursuing the incredibly small number of users who care about privacy (Tor video routing is also provided as an option). Tor has high latency, so this will not be as fast network-wise as regular Youtube. However, using Tor is optional; when not routing through Tor, video pages may load faster than they do with Youtube's page depending on your browser.
The Youtube API is not used, so no keys or anything are needed. It uses the same requests as the Youtube webpage. The Youtube API is not used, so no keys or anything are needed. It uses the same requests as the Youtube webpage.
@ -42,6 +42,8 @@ The Youtube API is not used, so no keys or anything are needed. It uses the same
2. Hidden by default, with click to show 2. Hidden by default, with click to show
3. Never shown 3. Never shown
* Optionally skip sponsored segments using [SponsorBlock](https://github.com/ajayyy/SponsorBlock)'s API * Optionally skip sponsored segments using [SponsorBlock](https://github.com/ajayyy/SponsorBlock)'s API
* Custom video speeds
* Video transcript
## Planned features ## Planned features
- [ ] Putting videos from subscriptions or local playlists into the related videos - [ ] Putting videos from subscriptions or local playlists into the related videos
@ -50,14 +52,14 @@ The Youtube API is not used, so no keys or anything are needed. It uses the same
- [ ] Auto-saving of local playlist videos - [ ] Auto-saving of local playlist videos
- [ ] Import youtube playlist into a local playlist - [ ] Import youtube playlist into a local playlist
- [ ] Rearrange items of local playlist - [ ] Rearrange items of local playlist
- [ ] Muxing of 1080p - [ ] Video qualities other than 360p and 720p by muxing video and audio
- [ ] Corrected .m4a downloads - [ ] Corrected .m4a downloads
- [x] Indicate if comments are disabled - [x] Indicate if comments are disabled
- [x] Indicate how many comments a video has - [x] Indicate how many comments a video has
- [ ] Featured channels page - [ ] Featured channels page
- [ ] Channel comments - [ ] Channel comments
- [x] Video transcript - [x] Video transcript
- [ ] Tor RC - [ ] Automatic Tor circuit change when blocked
- [x] Support &t parameter - [x] Support &t parameter
- [ ] Subscriptions: Option to mark what has been watched - [ ] Subscriptions: Option to mark what has been watched
- [ ] Subscriptions: Option to filter videos based on keywords in title or description - [ ] Subscriptions: Option to filter videos based on keywords in title or description
@ -122,7 +124,7 @@ This project is completely free/Libre and will always be.
## Similar projects ## Similar projects
- [youtube-dl](https://rg3.github.io/youtube-dl/), which this project was based off - [youtube-dl](https://rg3.github.io/youtube-dl/), which this project was based off
- [invidious](https://github.com/omarroth/invidious) Nearly identical to this project. - [invidious](https://github.com/iv-org/invidious) Similar to this project, but also allows it to be hosted as a server to serve many users
- [NewPipe](https://newpipe.schabi.org/) (app for android) - [NewPipe](https://newpipe.schabi.org/) (app for android)
- [mps-youtube](https://github.com/mps-youtube/mps-youtube) (terminal-only program) - [mps-youtube](https://github.com/mps-youtube/mps-youtube) (terminal-only program)
- [youtube-viewer](https://github.com/trizen/youtube-viewer) - [youtube-viewer](https://github.com/trizen/youtube-viewer)
@ -130,4 +132,4 @@ This project is completely free/Libre and will always be.
- [smtube](https://www.smtube.org/) - [smtube](https://www.smtube.org/)
- [Minitube](https://flavio.tordini.org/minitube), [github here](https://github.com/flaviotordini/minitube) - [Minitube](https://flavio.tordini.org/minitube), [github here](https://github.com/flaviotordini/minitube)
- [toogles](https://github.com/mikecrittenden/toogles) (only embeds videos, doesn't use mp4) - [toogles](https://github.com/mikecrittenden/toogles) (only embeds videos, doesn't use mp4)
- [Yotter](https://github.com/pluja/Yotter) - [Yotter](https://github.com/ytorg/Yotter) Similar to this project and to invidious. Also supports Twitter