aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-16 18:53:17 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-16 18:54:24 -0700
commitd663a6830b83d190893f6c068dd7f02185c108e0 (patch)
tree902e9bf30605cd39c6a1e338e0344a51eec55c83
parent09125c9573d6558227a836d8f433064f9f5ee581 (diff)
downloadyt-local-d663a6830b83d190893f6c068dd7f02185c108e0.tar.lz
yt-local-d663a6830b83d190893f6c068dd7f02185c108e0.tar.xz
yt-local-d663a6830b83d190893f6c068dd7f02185c108e0.zip
Add screenshots
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 73ea8b5..e61fa58 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# 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 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.
@@ -46,6 +47,10 @@ Ensure tor is listening for Socks5 connections on port 9050 (a simple way to acc
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
This project is licensed under the GNU Affero General Public License v3 (GNU AGPLv3) or any later version.