Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tmk907/androidyoutubedownloader
- Owner: tmk907
- Created: 2022-08-26T19:01:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T20:10:29.000Z (5 months ago)
- Last Synced: 2024-11-13T12:10:10.178Z (about 2 months ago)
- Topics: android, net-android, xamarin, xamarin-android, youtube-downloader
- Language: C#
- Homepage:
- Size: 771 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
```