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!
$ 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
Licensed under GPLv3.
- NewPipeExtractor - GPLv3