Merge branch 'main' of https://github.com/deniscerri/ytdlnis
This commit is contained in:
commit
f86233c8f7
2 changed files with 15 additions and 11 deletions
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
21
README.MD
21
README.MD
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue