aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-03-14 19:20:18 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-03-14 19:20:18 -0700
commita33b71820c22892157612baeb47575e8dda5fbf4 (patch)
tree9de17a5062de39d027342292e1f00a654a05ccac /README.md
parent8ceaa34a53ebe4c1fb78342bbf70763641cbd186 (diff)
downloadyt-local-a33b71820c22892157612baeb47575e8dda5fbf4.tar.lz
yt-local-a33b71820c22892157612baeb47575e8dda5fbf4.tar.xz
yt-local-a33b71820c22892157612baeb47575e8dda5fbf4.zip
README: clarify speed differences
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 61705b7..34066d0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# youtube-local
![screenshot](https://user-images.githubusercontent.com/28744867/42791028-dabb709a-8922-11e8-935b-6680541e08e4.png)
-youtube-local is a browser-based client written in Python for watching Youtube anonymously and without the lag of the javascript-heavy 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 does, 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 survelliance systems, as it's not worth pursuing the incredibly small number of users who care about privacy. Using Tor is optional; when not routing through Tor, video pages load *faster* than they do with Youtube's laggy javascript page (for me atleast).
+youtube-local is a browser-based client written in Python for watching Youtube anonymously and without the lag of the javascript-heavy 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 does, 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 survelliance systems, as it's not worth pursuing the incredibly small number of users who care about privacy. 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 laggy javascript 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. No javascript is used either.