Go to file
Hans-Christoph Steiner 2a93e9bd2e precisely target these URLs https://www.youtube.com/watch?v=mS1gstS6YS8
These URLs have a Path that always starts with "/watch" so no need for a
pattern.  Also, everything after the "?" is considered the "Query String",
not the Path.  Anything after a "#" is the "Feature String".  The path
matching in IntentFilters only see the Path, and nothing from the "Query
String" or "Feature String".

these are the available kinds of URLs:
https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/YouTubeLinks/YouTubeLinks.html
2016-01-02 00:15:27 +01:00
app precisely target these URLs https://www.youtube.com/watch?v=mS1gstS6YS8 2016-01-02 00:15:27 +01:00
assets update .travis.yml & move screenshots to separate folder 2015-12-15 13:04:51 +03:00
gradle/wrapper first commit 2015-09-04 02:15:03 +02:00
screenshots update screenshots 2015-12-15 13:55:56 +03:00
.gitignore update .gitignore 2015-11-14 19:19:45 +03:00
.travis.yml second try of fixing the failing build 2015-12-20 02:21:14 +01:00
CONTRIBUTING.md Update and rename contributing.md to CONTRIBUTING.md 2015-12-23 11:31:11 +03:00
LICENSE first commit 2015-09-04 02:15:03 +02:00
README.md fixed small writing erros in the README 2015-12-23 14:31:57 +01:00
build.gradle update gradle/libs and use Perference.Editor.apply() instead of commit() 2015-11-26 19:36:14 +01:00
copyright first commit 2015-09-04 02:15:03 +02:00
gradle.properties first commit 2015-09-04 02:15:03 +02:00
gradlew first commit 2015-09-04 02:15:03 +02:00
gradlew.bat first commit 2015-09-04 02:15:03 +02:00
settings.gradle first commit 2015-09-04 02:15:03 +02:00

README.md

NewPipe

NewPipe: A free lightweight Youtube frontend for Android.

NewPipe

Project status: Translation Status Build Status

Get NewPipe

F-Droid

Screenshots

Description

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.

Features

  • Search videos
  • Display general information about a video
  • Watch YouTube videos
  • Listen to YouTube videos (experimental)
  • Select the streaming player to watch the video with
  • Download videos (experimental)
  • Download audio only (experimental)
  • Open a video in Kodi
  • Show Next/Related videos
  • Search YouTube in a specific language

Coming Features

  • Improved Downloading
  • Bookmarks
  • View history
  • Search history
  • Search channels
  • Display general information about channels
  • Subscribe to channels
  • Watch videos from a channel
  • Search/Watch Playlists
  • ... and many more

Multiservice support

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.

Contribution

Whether you have ideas, translation, design changes, code cleaning, or real heavy code changes, help is always welcome. The more is done the better it gets!

If you'd like to get involved, check our contribution notes.

License

GNU GPLv3 Image

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 as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.