From 72e13a84bde1e79f5fc5b3dc85bcf2e3089df41c Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Fri, 23 Sep 2022 23:57:13 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cec4e66..7dfd0862 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
Android App for downloading videos using yt-dlp @@ -53,4 +53,4 @@ - [dvd](https://github.com/yausername/dvd) for showing how to implement youtubedl-android - [seal](https://github.com/JunkFood02/Seal) for certain design elements and features i wanted to use aswell in this app -and alot of other internet forum strangers. \ No newline at end of file +and alot of other internet forum strangers. From 3a42a07d5b6baf7c6db6e18c72738f79e0946731 Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Sat, 24 Sep 2022 13:49:42 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dfd0862..2bee23a8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ytdlnis
- Android App for downloading videos using yt-dlp + Android App for downloading audio and videos using yt-dlp
Created as a project for the class, Mobile Programming. Continued to update it because why not.