Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.06 KB

soundcrowd-plugin-youtube

android GitHub release GitHub

This soundcrowd plugin adds basic YouTube support (audio only). It allows you to browse the initial trending page and to search for videos. The plugin greatly depends on the NewPipeExtractor library, thanks!

Building

$ git clone --recursive https://github.com/soundcrowd/soundcrowd-plugin-youtube
$ cd soundcrowd-plugin-youtube
$ ./gradlew assembleDebug

Install via ADB:

$ adb install youtube/build/outputs/apk/debug/youtube-debug.apk

License

Licensed under GPLv3.

Dependencies