NewPipe/README.md

76 lines
3.1 KiB
Markdown
Raw Normal View History

WARNING: PUTTING NEWPIPE OR ANY FORK OF IT INTO GOOGLE PLAYSTORE VIOLATES THEIR TERMS OF CONDITIONS.
2015-11-30 21:08:28 +01:00
# NewPipe
NewPipe: A free lightweight Youtube frontend for Android.
2015-09-04 02:15:03 +02:00
2016-02-27 02:11:31 +01:00
[![NewPipe](app/src/main/res/mipmap-xhdpi/ic_launcher.png)](https://newpipe.schabi.org)
2016-09-26 17:04:54 +02:00
[![F-Droid](https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png)](https://f-droid.org/repository/browse/?fdfilter=newpipe&fdid=org.schabi.newpipe)
Project status:
2015-10-27 20:01:56 +01:00
[![Translation Status](https://hosted.weblate.org/widgets/NewPipe/-/svg-badge.svg)](https://hosted.weblate.org/engage/NewPipe/)
2016-09-27 20:22:01 +02:00
[![Build Status](https://travis-ci.org/TeamNewPipe/NewPipe.svg)](https://travis-ci.org/TeamNewPipe/NewPipe)
2015-09-04 02:15:03 +02:00
2016-02-24 13:29:53 +01:00
## Donate
2016-02-24 13:34:41 +01:00
![Bitcoin](https://bitcoin.org/img/icons/logotop.svg)
![BitcoinQR](assets/16A9J59ahMRqkLSZjhYj33n9j3fMztFxnh.png)
2016-02-24 13:29:53 +01:00
2016-09-26 17:04:54 +02:00
`16A9J59ahMRqkLSZjhYj33n9j3fMztFxnh`
## Screenshots
2015-11-30 21:07:07 +01:00
[<img src="screenshots/screenshot_1.png" width=150>](screenshots/screenshot_1.png)
[<img src="screenshots/screenshot_2.png" width=150>](screenshots/screenshot_2.png)
2015-12-15 11:45:59 +01:00
[<img src="screenshots/screenshot_3.png" width=150>](screenshots/screenshot_3.png)
[<img src="screenshots/screenshot_4.png" width=150>](screenshots/screenshot_4.png)
[<img src="screenshots/screenshot_5.png" width=150>](screenshots/screenshot_5.png)
2015-11-30 21:40:29 +01:00
2015-10-27 20:01:56 +01:00
## Description
2015-11-30 21:01:55 +01:00
NewPipe does not use any Google framework libraries, or the YouTube API. It only parses the website in order to gain the information it needs. Therefore this app can be used on devices without Google Services installed. Also, you don't need a YouTube account to use NewPipe, and it's FLOSS.
2015-10-27 20:01:56 +01:00
2015-12-01 10:58:47 +01:00
### Features
2015-10-27 20:01:56 +01:00
* Search videos
* Display general information about a video
2015-11-30 21:01:55 +01:00
* Watch YouTube videos
2015-12-20 21:32:37 +01:00
* Listen to YouTube videos (experimental)
2015-10-27 20:01:56 +01:00
* Select the streaming player to watch the video with
* Download videos
2017-02-05 21:09:36 +01:00
* Download audio only * Open a video in Kodi
* Show Next/Related videos
2015-11-30 21:01:55 +01:00
* Search YouTube in a specific language
* Watch age restricted material
* Display general information about channels
2015-10-27 20:01:56 +01:00
2015-11-30 21:55:24 +01:00
### Coming Features
2015-10-27 20:01:56 +01:00
2016-07-25 11:59:37 +02:00
* Orbot/Tor support
2015-10-27 20:01:56 +01:00
* Bookmarks
* View history
* Search history
* Search channels
* Subscribe to channels
* Watch videos from a channel
* Search/Watch Playlists
* Queeing videos
2015-10-27 20:01:56 +01:00
* ... and many more
2015-11-30 21:55:24 +01:00
### Multiservice support
2015-12-01 18:50:57 +01:00
Although NewPipe only supports YouTube at the moment, it's designed to support many more streaming services. The plan is, that NewPipe will get such support by the version 2.0.
2015-10-27 20:01:56 +01:00
2015-11-30 21:49:13 +01:00
## Contribution
2015-12-01 18:50:57 +01:00
Whether you have ideas, translation, design changes, code cleaning, or real heavy code changes, help is always welcome.
2015-10-27 20:01:56 +01:00
The more is done the better it gets!
2015-11-30 20:48:59 +01:00
If you'd like to get involved, check our [contribution notes](.github/CONTRIBUTING.md).
2015-11-30 21:49:13 +01:00
## License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)
NewPipe 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
2015-12-01 22:32:44 +01:00
(at your option) any later version.