NewPipe with Sponsorblock
Find a file
Adam Howard 94293ca9d9 Merge pull request #100 from theScrabi/refactor
+ Implemented timestamps
* renamed `VideoInfoItem` to `VideoPreviewInfo`
* Moved streaming service-related classes into their own, new package: "services"
+ Added javadoc to some classes and methods (where functionality is known well enough to explain)
- De-duplicated common fields between `VideoInfo` and `VideoPreviewInfo` by moving them into a common superclass: `AbstractVideoInfo`
- Removed 2 methods in `PlayVideoActivity` which only call `super()`, and therefore are unnecessary: `onResume()` and `onPostCreate(Bundle)`
+ Added `VideoInfo(AbstractVideoInfo)` constructor
    - to support converting `VideoPreviewInfo`s into `VideoInfo`s, to reuse scraped info (yet to be implemented)
* Made the Extractor class behave as a per-video object;
    - most method return values are video-specific, so it makes sense (to me) to have Extractor be stateful. 
    - The only stateless methods are getVideoUrl(), getVideoId() and loadDecryptionCode(String)
* Implemented a constructor for YoutubeExtractor, which performs all initialisation work, such as fetching `Jsoup.Document`, and `playerArgs:JSONObject`
2015-11-21 11:11:17 +00:00
app Merge pull request #100 from theScrabi/refactor 2015-11-21 11:11:17 +00:00
assets - changed icon again 2015-10-29 17:56:35 +01:00
gradle/wrapper first commit 2015-09-04 02:15:03 +02:00
.gitignore update .gitignore 2015-11-14 19:19:45 +03:00
build.gradle Some smaller UI changes and else: 2015-09-21 01:10:11 +02: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
LICENSE first commit 2015-09-04 02:15:03 +02:00
README.md updated README to include language-specific search feature 2015-11-12 15:51:22 +00:00
settings.gradle first commit 2015-09-04 02:15:03 +02:00

NewPipe

Translation Status

NewPipe NewPipe: A free lightweight Youtube frontend for Android.

F-Droid

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 G-services installed. Also NewPipe does not store data on the YouTube website (no login), and it's free software.

Features

  • Search videos
  • Display general information about a video
  • Watch Youtube videos
  • Listen to Youtube videos (audio only streaming)
  • Select the streaming player to watch the video with
  • Download videos (working, but it could be better)
  • Download audio only (working but, but it could be better)
  • 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

Multi service support

Generally NewPipe is designed to not only support YouTube, but many more streaming services. However, right now NewPipe is not stable enough to support more than only YouTube. But if all works as planned, NewPipe will get such support by the version 2.0.

Help is always welcome !!!

Whether it's about ideas, translation, design changes, code cleaning, or real heavy code changes. Help is always welcome.

The more is done the better it gets!