diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-18 23:30:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-18 23:30:40 -0500 |
commit | a16b05af80e6532741ae58ef996b81da68ccb7a8 (patch) | |
tree | ca5bc8bf827e518665d03c30e971df63b59323ca | |
parent | 43679efff5c44c41e7e8c6ca46da145becbe7c03 (diff) | |
download | yt-local-a16b05af80e6532741ae58ef996b81da68ccb7a8.tar.lz yt-local-a16b05af80e6532741ae58ef996b81da68ccb7a8.tar.xz yt-local-a16b05af80e6532741ae58ef996b81da68ccb7a8.zip |
README.md: update
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -2,7 +2,7 @@ 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. @@ -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 3. Never shown * Optionally skip sponsored segments using [SponsorBlock](https://github.com/ajayyy/SponsorBlock)'s API +* Custom video speeds +* Video transcript ## Planned features - [ ] 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 - [ ] Import youtube playlist into a 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 - [x] Indicate if comments are disabled - [x] Indicate how many comments a video has - [ ] Featured channels page - [ ] Channel comments - [x] Video transcript -- [ ] Tor RC +- [ ] Automatic Tor circuit change when blocked - [x] Support &t parameter - [ ] Subscriptions: Option to mark what has been watched - [ ] 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 - [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) - [mps-youtube](https://github.com/mps-youtube/mps-youtube) (terminal-only program) - [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/) - [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) -- [Yotter](https://github.com/pluja/Yotter) +- [Yotter](https://github.com/ytorg/Yotter) Similar to this project and to invidious. Also supports Twitter |