From 5d87bba5bad8601e46907c2aff440a8acbaa28f4 Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Sun, 19 Mar 2023 20:37:24 +0100 Subject: [PATCH 1/9] Update android.yml --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b7323465..79b4d9a1 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -21,7 +21,7 @@ jobs: cache: gradle - uses: gradle/gradle-build-action@v2 with: - gradle-version: 7.5 + gradle-version: 7.4.2 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle From b101462ff7fb9cf4fe0435d44bfc7e897b78e53e Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Sun, 19 Mar 2023 20:55:59 +0100 Subject: [PATCH 2/9] Update android.yml --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 79b4d9a1..fb9aeb87 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -25,4 +25,4 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew build + run: ./gradlew --stacktrace build From 99eb2fafa0916936c853942517474874affb675c Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Sun, 19 Mar 2023 21:01:11 +0100 Subject: [PATCH 3/9] Update android.yml --- .github/workflows/android.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index fb9aeb87..a8908df1 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -12,17 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: set up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'temurin' - cache: gradle - - uses: gradle/gradle-build-action@v2 - with: - gradle-version: 7.4.2 - - name: Grant execute permission for gradlew - run: chmod +x gradlew - - name: Build with Gradle - run: ./gradlew --stacktrace build + - name: Checkout the code + uses: actions/checkout@v3 + - name: Build the app + run: ./gradlew build From 5c3e05bc18c3b80c60bd69bea26f35b10a88e69c Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Sun, 19 Mar 2023 21:02:00 +0100 Subject: [PATCH 4/9] Update android.yml --- .github/workflows/android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a8908df1..c37817b2 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -14,5 +14,7 @@ jobs: steps: - name: Checkout the code uses: actions/checkout@v3 + - name: Grant execute permission for gradlew + run: chmod +x gradlew - name: Build the app run: ./gradlew build From bc41da253169f9d60b9cfc5e4c5b0016e94bd2ac Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Sun, 19 Mar 2023 22:06:47 +0100 Subject: [PATCH 5/9] Update android.yml --- .github/workflows/android.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c37817b2..13fb4987 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -12,9 +12,16 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout the code - uses: actions/checkout@v3 - - name: Grant execute permission for gradlew - run: chmod +x gradlew - - name: Build the app - run: ./gradlew build + - uses: actions/checkout@v3 + - name: set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'temurin' + cache: gradle + - name: Create Local Properties File + run: touch local.properties + - name: Grant execute permission for gradlew + run: chmod +x gradlew + - name: Build with Gradle + run: ./gradlew build From c2426cf81627f1880191794a4c707ec27956d602 Mon Sep 17 00:00:00 2001 From: Qaz-7 <124310688+Qaz-7@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:08:33 +0400 Subject: [PATCH 6/9] README.MD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ™‚ --- README.MD | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.MD b/README.MD index 066633b5..bc693cbc 100644 --- a/README.MD +++ b/README.MD @@ -22,7 +22,7 @@ -## Features: +##πŸ’‘Features: - download audio/video files from more than 1000 websites - download playlists or multi select items @@ -45,7 +45,7 @@ - MVVM Architecture w/ WorkManager - easy to use :) -## Screenshots +##πŸ“² Screenshots
@@ -62,28 +62,33 @@
-## Connect with YouTube Revanced +πŸ’¬ Contact + +Join our [Telegram Channel](https://t.me/ytdlnis) or [Discord](Also on Discord: https://discord.gg/WW3KYWxAPm) for discussion, announcements, and releases! + +##πŸ”‘ Connect with YouTube ReVanced The App's package name is com.deniscerri.ytdl -## Help Translate on Weblate +##πŸ“ Help Translate on Weblate Translation status -## Contributing +##πŸ˜‡ Contributing If you would like to contribute. Please read the [Contributing](CONTRIBUTING.MD) section. -## License +##πŸ“„ License [GNU GPL v3.0](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE) -Warning !!
+⚠️ Warning
+ Except for the source code licensed under the GPLv3 license, all other parties are prohibited from using the 'YTDLnis' name as a downloader app, and the same is true for its derivatives. Derivatives include but are not limited to forks and unofficial builds. -## Thanks +##πŸ™ Thanks - [yt-dlp](https://github.com/yt-dlp/yt-dlp) and its contributors for making this tool possible. Without it this app wouldn't exist. - [youtubedl-android](https://github.com/yausername/youtubedl-android) for porting yt-dlp to android From 893512d0866eda613ffc89ac08533e5116dfafe4 Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:12:22 +0100 Subject: [PATCH 7/9] Update README.MD --- README.MD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.MD b/README.MD index bc693cbc..5e7c7972 100644 --- a/README.MD +++ b/README.MD @@ -22,7 +22,7 @@ -##πŸ’‘Features: +πŸ’‘ ## Features: - download audio/video files from more than 1000 websites - download playlists or multi select items @@ -45,7 +45,7 @@ - MVVM Architecture w/ WorkManager - easy to use :) -##πŸ“² Screenshots +πŸ“² ## Screenshots
@@ -62,33 +62,33 @@
-πŸ’¬ Contact +πŸ’¬ ## Contact Join our [Telegram Channel](https://t.me/ytdlnis) or [Discord](Also on Discord: https://discord.gg/WW3KYWxAPm) for discussion, announcements, and releases! -##πŸ”‘ Connect with YouTube ReVanced +πŸ”‘ ## Connect with YouTube ReVanced The App's package name is com.deniscerri.ytdl -##πŸ“ Help Translate on Weblate +πŸ“ ## Help Translate on Weblate Translation status -##πŸ˜‡ Contributing +πŸ˜‡ ## Contributing If you would like to contribute. Please read the [Contributing](CONTRIBUTING.MD) section. -##πŸ“„ License +πŸ“„ ## License [GNU GPL v3.0](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE) -⚠️ Warning
+⚠️ Warning
Except for the source code licensed under the GPLv3 license, all other parties are prohibited from using the 'YTDLnis' name as a downloader app, and the same is true for its derivatives. Derivatives include but are not limited to forks and unofficial builds. -##πŸ™ Thanks +πŸ™ ## Thanks - [yt-dlp](https://github.com/yt-dlp/yt-dlp) and its contributors for making this tool possible. Without it this app wouldn't exist. - [youtubedl-android](https://github.com/yausername/youtubedl-android) for porting yt-dlp to android From 54db15d9816d1d54d9c99dfa0e2f78b9b40d5c59 Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:15:46 +0100 Subject: [PATCH 8/9] Update README.MD --- README.MD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.MD b/README.MD index 5e7c7972..fde3a5fb 100644 --- a/README.MD +++ b/README.MD @@ -22,7 +22,7 @@ -πŸ’‘ ## Features: +## πŸ’‘ Features: - download audio/video files from more than 1000 websites - download playlists or multi select items @@ -45,7 +45,7 @@ - MVVM Architecture w/ WorkManager - easy to use :) -πŸ“² ## Screenshots +## πŸ“² Screenshots
@@ -62,25 +62,25 @@
-πŸ’¬ ## Contact +## πŸ’¬ Contact Join our [Telegram Channel](https://t.me/ytdlnis) or [Discord](Also on Discord: https://discord.gg/WW3KYWxAPm) for discussion, announcements, and releases! -πŸ”‘ ## Connect with YouTube ReVanced +## πŸ”‘ Connect with YouTube ReVanced The App's package name is com.deniscerri.ytdl -πŸ“ ## Help Translate on Weblate +## πŸ“ Help Translate on Weblate Translation status -πŸ˜‡ ## Contributing +## πŸ˜‡ Contributing If you would like to contribute. Please read the [Contributing](CONTRIBUTING.MD) section. -πŸ“„ ## License +## πŸ“„ License [GNU GPL v3.0](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE) @@ -88,7 +88,7 @@ If you would like to contribute. Please read the [Contributing](CONTRIBUTING.MD) Except for the source code licensed under the GPLv3 license, all other parties are prohibited from using the 'YTDLnis' name as a downloader app, and the same is true for its derivatives. Derivatives include but are not limited to forks and unofficial builds. -πŸ™ ## Thanks +## πŸ™ Thanks - [yt-dlp](https://github.com/yt-dlp/yt-dlp) and its contributors for making this tool possible. Without it this app wouldn't exist. - [youtubedl-android](https://github.com/yausername/youtubedl-android) for porting yt-dlp to android From 74afa20ca14c6390f408ad415ccf1808f55b0f8b Mon Sep 17 00:00:00 2001 From: Qaz-7 <124310688+Qaz-7@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:18:53 +0400 Subject: [PATCH 9/9] README.MD You didn't fix it --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index fde3a5fb..f33e0d3c 100644 --- a/README.MD +++ b/README.MD @@ -64,7 +64,7 @@ ## πŸ’¬ Contact -Join our [Telegram Channel](https://t.me/ytdlnis) or [Discord](Also on Discord: https://discord.gg/WW3KYWxAPm) for discussion, announcements, and releases! +Join our [Telegram Channel](https://t.me/ytdlnis) or [Discord](https://discord.gg/WW3KYWxAPm) for discussion, announcements, and releases! ## πŸ”‘ Connect with YouTube ReVanced