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:53:17 -0700
commit0f52f3bdfa63544167403c63197355a4d48b370f (patch)
tree3af02c3bf0e74c931a54c5934538ee3aa6be7277
parent09125c9573d6558227a836d8f433064f9f5ee581 (diff)
downloadyt-local-0f52f3bdfa63544167403c63197355a4d48b370f.tar.lz
yt-local-0f52f3bdfa63544167403c63197355a4d48b370f.tar.xz
yt-local-0f52f3bdfa63544167403c63197355a4d48b370f.zip
Add screenshots
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 73ea8b5..34eac59 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,9 @@ 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.