FreeTube/README.md

43 lines
2.8 KiB
Markdown
Raw Normal View History

2018-02-28 03:54:02 +01:00
# FreeTube
2018-03-01 04:59:54 +01:00
FreeTube is an Open Source Desktop YouTube player built with privacy in mind. Watch your favorite YouTube videos ad free as well as prevent Google from tracking what you watch. Available for Windows / Mac / Linux
2018-03-01 04:28:32 +01:00
Please note that FreeTube is currently in Beta and uses the proprietary [YouTube HTTP API](https://developers.google.com/youtube/v3/). Video URLs are resolved using a [youtube-dl-api-server](https://github.com/jaimeMF/youtube-dl-api-server).
<a href='https://github.com/FreeTubeApp/FreeTube/releases' >Download</a>
2018-03-01 04:28:32 +01:00
## Screenshots
<img src="https://freetubeapp.github.io/images/FreeTube1.png" width=200 >
<img src="https://freetubeapp.github.io/images/FreeTube2.png" width=200 >
<img src="https://freetubeapp.github.io/images/FreeTube3.png" width=200 >
<img src="https://freetubeapp.github.io/images/FreeTube4.png" width=200 >
<img src="https://freetubeapp.github.io/images/FreeTube5.png" width=200 >
# How Does It Work?
2018-03-08 02:21:32 +01:00
FreeTube uses the YouTube API to search for videos. It then uses the youtube-dl API to grab the raw video files and play them in a basic HTML5 video player, preventing YouTube from tracking you using cookies or JavaScript. Subscriptions, history, and saved videos are stored locally on the user's computer and is never sent out to Google or anyone else. You own your data.
2018-03-01 04:28:32 +01:00
## Features
* Watch videos free of ads
* Prevent Google from tracking what you watch using cookies or JavaScript
2018-03-01 04:28:32 +01:00
* Subscribe to channels without an account
* Store subscriptions, history, and saved videos locally
* Import / Backup subscriptions
* Mini Player
* Light / Dark Theme
# FreeTube is Currently in Beta
While I believe that FreeTube should work well for most users, there will probably be some bugs or features missing. Because of this, FreeTube is currently in beta and will be considered "stable" when these have been addressed.
# I'd like to help!
2018-03-01 04:59:54 +01:00
If you have an idea or if you found a bug, please create an issue so that we can track it. Please check the current issues and make sure that someone else hasn't mentioned it already before submitting an issue.
2018-03-01 04:28:32 +01:00
2018-03-10 17:51:38 +01:00
If you like to get your hands dirty and want to contribute, we would love to have your help. Send a pull request and someone will review your code. Please follow the [Contribution Guidelines](https://github.com/FreeTubeApp/FreeTube/blob/master/CONTRIBUTING.md) before sending your pull request.
2018-03-01 04:28:32 +01:00
# License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)
FreeTube is Free Software: You can use, study share and improve it at your
will. Specifically you can redistribute and/or modify it under the terms of the
[GNU General Public License](https://www.gnu.org/licenses/gpl.html) as
published by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.