Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmk907/androidyoutubedownloader

Android app for downloading audio and videos from Youtube
https://github.com/tmk907/androidyoutubedownloader

android net-android xamarin xamarin-android youtube-downloader

Last synced: 17 days ago
JSON representation

Android app for downloading audio and videos from Youtube

Awesome Lists containing this project

README

        

# AndroidYouTubeDownloader

Android app for downloading audio and videos from Youtube.

## Screenshots

Download
Download
Settings

## Libraries used

- [YouTubeStreamsExtractor](https://github.com/tmk907/YouTubeStreamsExtractor)
- [FFmpegKitSlim](https://github.com/tmk907/FFmpegKitSlim)
- [ATL .NET](https://github.com/Zeugma440/atldotnet)
- [Xamarin Essentials](https://github.com/xamarin/Essentials)
- [Square.OkIO](https://www.nuget.org/packages/Square.OkIO)
- [Glide](https://www.nuget.org/packages/Xamarin.Android.Glide/)
- [CurrentActivityPlugin](https://github.com/jamesmontemagno/CurrentActivityPlugin)

## Build

Update `appVersion` in `build\Properties\launchSettings.json` and run Build project.

## Build ffmpeg-kit

```
./android.sh --enable-gpl --enable-x264 --enable-libwebp --enable-opus --enable-libvorbis --disable-arm-v7a --disable-x86 --no-ffmpeg-kit-protocols
```