aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-15 20:30:53 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-15 20:30:53 -0700
commit2305294528dc3dbcd190300d85964160fe5e0920 (patch)
tree3b3a6c3dfc3eb69196e46e0025f71fec899d0de5 /README.md
parenta0c2bde43564ea753a6f61cfc00a190a5ea3ac15 (diff)
downloadyt-local-2305294528dc3dbcd190300d85964160fe5e0920.tar.lz
yt-local-2305294528dc3dbcd190300d85964160fe5e0920.tar.xz
yt-local-2305294528dc3dbcd190300d85964160fe5e0920.zip
rename to youtube-local
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9aa7b87..73ea8b5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Localtube
+# youtube-local
-Localtube is a browser-based client written in Python for watching Youtube anonymously and without the lag of Polymer (the javascript Youtube uses). 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 Polymer (for me atleast).
+youtube-local is a browser-based client written in Python for watching Youtube anonymously and without the lag of Polymer (the javascript Youtube uses). 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 Polymer (for me atleast).
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.
@@ -25,7 +25,7 @@ Download the tarball under the Releases page and extract it.
On windows, open run.bat. On Linux/MacOS, run `python server.py`
Access youtube URLs by prefixing them with `localhost/`, For instance, `http://localhost/https://www.youtube.com/watch?v=vBgulDeV2RU`
-You can use an addon such as [Redirector](https://addons.mozilla.org/en-US/firefox/addon/redirector/) to automatically redirect Youtube URLs to Localtube. I use the include pattern `^(https?://(?:[a-zA-Z0-9_-]*\.)?(?:youtube\.com|youtu\.be)/.*)` and the redirect pattern `http://localhost/$1`
+You can use an addon such as [Redirector](https://addons.mozilla.org/en-US/firefox/addon/redirector/) to automatically redirect Youtube URLs to youtube-local. I use the include pattern `^(https?://(?:[a-zA-Z0-9_-]*\.)?(?:youtube\.com|youtu\.be)/.*)` and the redirect pattern `http://localhost/$1`
Local playlists are found at http://localhost/youtube.com/playlists