You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-23Lines changed: 34 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# YT Downloader - Android
1
+
# 📱 YT Downloader - Android
2
2
3
3

4
4
5
5
YT Downloader is a cross-platform application built with .NET MAUI that allows users to download audio from YouTube videos and playlists. It is focused to work on Android.
6
6
7
-
## Features
7
+
## ✨ Features
8
8
9
9
- Download audio from individual YouTube videos
10
10
- Download audio from entire YouTube playlists
@@ -13,63 +13,76 @@ YT Downloader is a cross-platform application built with .NET MAUI that allows u
13
13
- Android scoped storage support for devices running Android 10 and above
14
14
- A desktop version of this software can be found in the [YT Downloader WinUI 3 Repository](https://github.com/sera619/YoutubeDownloader_WinUI3)
15
15
16
-
## Getting Started
16
+
## 🚀 Getting Started
17
17
18
-
### Installation
18
+
### 📥 Installation
19
19
20
20
1.**Enable Unknown Sources:**
21
21
22
-
**Notice** This is necessary because the app is hosted here and not via the Google Play Store. Google therefore does not sign the app itself and it is marked as unsafe and not installed. Click [here](https://www.airdroid.com/app-management/install-unknown-apps-android/) for more information.):
22
+
**Notice** This is necessary because the app is hosted here and not via the Google Play Store. Google therefore does not sign the app itself and it is marked as unsafe and not installed. ([Click](https://www.airdroid.com/app-management/install-unknown-apps-android/) for more information.):
23
23
24
24
- Before installing the APK, you need to allow installations from unknown sources. To do this, go to your Android device's settings
25
25
- Open **Settings**
26
26
- Go to **Security** or **Privacy** (depending on your device)
27
27
- Enable **Unknown Sources** or **Install unknown apps** and allow the browser or file manager you're using to install APKs.
28
28
29
-
1.**Download and Install the APK:**
29
+
2.**Download and Install the APK:**
30
30
- Download the APK file from the release section of this repository or from the provided link.
31
31
- Once downloaded, open the APK file to begin the installation process.
32
32
- Follow the on-screen instructions to install the app.
33
33
34
-
## Usage
34
+
## 🎯 Usage
35
35
36
36
1. Launch the application
37
37
2. Enter a YouTube video or playlist URL in the provided input field
38
38
3. Click 'Add' to add the video(s) to the download queue
39
-
4. Click 'Download All' to start downloading the audio files
39
+
4. Click 'Download' to start downloading the audio files
40
40
41
-
42
-
## Contributing
43
-
### Prerequisites
41
+
## 🤝 Contributing
44
42
45
43
Contributions are welcome! Please feel free to submit a Pull Request.
44
+
45
+
### 🛠️ Prerequisites
46
+
46
47
- .NET 7.0 or later
47
48
- Visual Studio 2022 or later with MAUI workload installed
48
49
49
-
### Dependencies
50
+
### 📚 Dependencies
50
51
-[YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode): Library for interacting with YouTube
51
52
52
-
## License
53
+
## 📄 License
53
54
54
55
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
55
56
56
-
## Acknowledgments
57
+
## 🙏 Acknowledgments
57
58
58
59
- Thanks to all contributors who have helped with this project
59
60
- Special thanks to the creators of YoutubeExplode for their excellent library
60
61
61
-
## Disclaimer
62
+
## ⚠️ Disclaimer
62
63
63
64
This application is for personal use only. Please respect YouTube's terms of service and copyright laws when using this application.
64
65
65
-
## Release Notes
66
+
## 📝 Release Notes
66
67
67
-
### Version 3.1.4 (Release Version)
68
-
- implementing cancel download feature
68
+
### Version 3.1.6 (Release Version)
69
+
- update Toolbaritem size
70
+
- implement HomeViewModel
71
+
- add start button on homepage
72
+
- add a logo animation on HomePage
73
+
- add option for toggle HomePage animation
74
+
- update SettingsService for new option homepage animation
75
+
76
+
77
+
For older releases click the tab below.
69
78
70
79
<details>
71
80
<summary>Older releases</summary>
72
81
82
+
### Version 3.1.4 (Release Version)
83
+
- implementing cancel download feature
84
+
85
+
73
86
### Version 3.1.2 (Release Version)
74
87
- Add music icon for entrys
75
88
- fixing serveral display bugs
@@ -90,7 +103,6 @@ This application is for personal use only. Please respect YouTube's terms of ser
90
103
### Version 3.0.1 (Release Version)
91
104
- implement versionchecking and updatehandler
92
105
93
-
94
106
### Version 2.9.9 (Release Version)
95
107
- Improved menu navigation
96
108
- update of the help page for the use of shortened urls
@@ -110,14 +122,13 @@ This application is for personal use only. Please respect YouTube's terms of ser
110
122
- Android and Windows support
111
123
</details>
112
124
113
-
114
-
## Roadmap
125
+
## 🗺️ Roadmap
115
126
116
127
- Implement download progress tracking
117
128
- Add option to select audio quality
118
129
- Setup cancel download and adding :ballot_box_with_check:
119
130
- Implement a feature to resume interrupted downloads
120
131
121
-
## Support
132
+
## 🆘 Support
122
133
123
-
If you encounter any problems or have any questions, please open an issue on the GitHub repository.
134
+
If you encounter any problems or have any questions, please open an issue on the GitHub repository.
0 commit comments