From 9bcccc87e6d585c3142438bf5b1af32be7c293d9 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Tue, 26 Mar 2019 23:35:49 +0100 Subject: [PATCH] Update README Add supported services section Move comment support --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c1aa3d4b..d4952b2b8 100644 --- a/README.md +++ b/README.md @@ -66,15 +66,22 @@ NewPipe does not use any Google framework libraries, nor the YouTube API. Websit * Enqueue videos * Local playlists * Subtitles -* Multi-service support (e.g. SoundCloud \[beta\]) * Livestream support +* Show comments ### Coming Features * Cast to UPnP and Cast -* Show comments * … and many more +### Supported Services + +NewPipe supports multiple services. Our [docs](https://teamnewpipe.github.io/documentation/) provide more info on how a new service can be added to the app and the extractor. Please get in touch with us if you intend to add a new one. Currently supported services are: + +* YouTube +* SoundCloud \[beta\] +* media.ccc.de \[beta\] + ## Updates When a change to the NewPipe code occurs (due to either adding features or bug fixing), eventually a release will occur. These are in the format x.xx.x . In order to get this new version, you can: * Build a debug APK yourself. This is the fastest way to get new features on your device, but is much more complicated, so we recommend using one of the other methods.