Skip to content

soundcrowd/soundcrowd-plugin-youtube

Repository files navigation

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