1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-03-06 11:38:15 +00:00
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
2015-10-29 17:56:35 +01:00
2015-09-04 02:15:03 +02:00
2015-11-14 19:19:45 +03:00
2015-09-21 01:10:11 +02:00
2015-09-04 02:15:03 +02:00
2015-09-04 02:15:03 +02:00
2015-09-04 02:15:03 +02:00
2015-09-04 02:15:03 +02:00
2015-09-04 02:15:03 +02:00
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!

Description
A libre lightweight streaming front-end for Android.
Readme GPL-3.0 135 MiB
Languages
Java 83.2%
Kotlin 14.2%
HTML 2.6%