aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-16 18:57:39 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-16 18:57:39 -0700
commit795221dab4fd59cedf6bd7a8e0f84091f143d009 (patch)
tree3af02c3bf0e74c931a54c5934538ee3aa6be7277
parentd663a6830b83d190893f6c068dd7f02185c108e0 (diff)
parent0f52f3bdfa63544167403c63197355a4d48b370f (diff)
downloadyt-local-795221dab4fd59cedf6bd7a8e0f84091f143d009.tar.lz
yt-local-795221dab4fd59cedf6bd7a8e0f84091f143d009.tar.xz
yt-local-795221dab4fd59cedf6bd7a8e0f84091f143d009.zip
Merge branch 'master' of https://github.com/user234683/youtube-local
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index e61fa58..34eac59 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# youtube-local
-![screenshot](https://user-images.githubusercontent.com/28744867/42791028-dabb709a-8922-11e8-935b-6680541e08e4.png)
+[!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 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.
@@ -49,7 +49,6 @@ Pull requests are welcome
## Screenshots
[Channel](https://user-images.githubusercontent.com/28744867/42792117-bb8d7e9c-8928-11e8-8776-60076a7ad3de.png)
-
[Video/Audio Downloading](https://user-images.githubusercontent.com/28744867/42792131-c5a4999c-8928-11e8-8f50-0161ea15067c.png)
## License