From b6df7b09d4522c891e808370f60600bceaff9484 Mon Sep 17 00:00:00 2001 From: Preston Date: Sun, 11 Mar 2018 21:22:55 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af5ce5417..b239c6222 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ addressed. ## How does it work? FreeTube uses the proprietary [YouTube HTTP API](https://developers.google.com/youtube/v3/getting-started) with a set of -hard coded API keys. Videos are resolved using a -[youtube-dl-api-server](https://github.com/jaimeMF/youtube-dl-api-server) -(stormy-inlet-41826.herokuapp.com) and played using the stock HTML5 video +hard coded API keys. Videos are resolved using +[youtube-dl](https://rg3.github.io/youtube-dl/) + and played using the stock HTML5 video player. While YouTube can still see your API and video requests it can no longer track you using cookies or JavaScript. Your subscriptions, history, and saved videos are stored locally on your computer and never sent out.