This commit is contained in:
deniscerri 2023-03-20 21:06:09 +01:00
commit f86233c8f7
No known key found for this signature in database
GPG key ID: 95C43D517D830350
2 changed files with 15 additions and 11 deletions

View file

@ -19,9 +19,8 @@ jobs:
java-version: '11' java-version: '11'
distribution: 'temurin' distribution: 'temurin'
cache: gradle cache: gradle
- uses: gradle/gradle-build-action@v2 - name: Create Local Properties File
with: run: touch local.properties
gradle-version: 7.5
- name: Grant execute permission for gradlew - name: Grant execute permission for gradlew
run: chmod +x gradlew run: chmod +x gradlew
- name: Build with Gradle - name: Build with Gradle

View file

@ -22,7 +22,7 @@
</div> </div>
## Features: ## 💡 Features:
- download audio/video files from more than <a href="https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md">1000 websites</a> - download audio/video files from more than <a href="https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md">1000 websites</a>
- download playlists or multi select items - download playlists or multi select items
@ -45,7 +45,7 @@
- MVVM Architecture w/ WorkManager - MVVM Architecture w/ WorkManager
- easy to use :) - easy to use :)
## Screenshots ## 📲 Screenshots
<div> <div>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="30%" /> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="30%" />
@ -62,28 +62,33 @@
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/12.png" width="30%" /> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/12.png" width="30%" />
</div> </div>
## Connect with YouTube Revanced ## 💬 Contact
Join our [Telegram Channel](https://t.me/ytdlnis) or [Discord](https://discord.gg/WW3KYWxAPm) for discussion, announcements, and releases!
## 🔑 Connect with YouTube ReVanced
The App's package name is com.deniscerri.ytdl The App's package name is com.deniscerri.ytdl
## Help Translate on Weblate ## 📝 Help Translate on Weblate
<a href="https://hosted.weblate.org/engage/ytdlnis/"> <a href="https://hosted.weblate.org/engage/ytdlnis/">
<img src="https://hosted.weblate.org/widgets/ytdlnis/-/multi-auto.svg" alt="Translation status" /> <img src="https://hosted.weblate.org/widgets/ytdlnis/-/multi-auto.svg" alt="Translation status" />
</a> </a>
## Contributing ## 😇 Contributing
If you would like to contribute. Please read the [Contributing](CONTRIBUTING.MD) section. 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) [GNU GPL v3.0](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE)
Warning !! <br> ⚠️ Warning <br>
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. 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. - [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 - [youtubedl-android](https://github.com/yausername/youtubedl-android) for porting yt-dlp to android