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: about 1 month ago
JSON representation
Android app for downloading audio and videos from Youtube
- Host: GitHub
- URL: https://github.com/tmk907/androidyoutubedownloader
- Owner: tmk907
- Created: 2022-08-26T19:01:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T17:43:49.000Z (over 1 year ago)
- Last Synced: 2025-05-13T18:19:24.447Z (about 1 year ago)
- Topics: android, net-android, xamarin, xamarin-android, youtube-downloader
- Language: C#
- Homepage:
- Size: 775 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndroidYouTubeDownloader
Android app for downloading audio and videos from Youtube.
## Screenshots

## 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
```