Update README.md
This commit is contained in:
parent
b7402e7bf2
commit
ca8da9f8db
1 changed files with 32 additions and 35 deletions
39
README.md
39
README.md
|
|
@ -1,24 +1,23 @@
|
|||
<h1 align="center">
|
||||
<img src="fastlane/metadata/android/en-US/images/icon.png" width="25%" />
|
||||
|
||||
<img src="fastlane/metadata/android/en-US/images/icon.png" width="25%" /> <br>
|
||||
YTDLnis
|
||||
</h1>
|
||||
|
||||
<div align="center">
|
||||
English
|
||||
|
|
||||
|
|
||||
<a href="https://github.com/deniscerri/ytdlnis/blob/main/README-sq.md">Shqip</a>
|
||||
|
|
||||
|
|
||||
<a href="https://github.com/deniscerri/ytdlnis/blob/main/README-az.md">Azərbaycanca</a>
|
||||
|
|
||||
|
|
||||
<a href="https://github.com/deniscerri/ytdlnis/blob/main/README-id.md">Indonesia</a>
|
||||
|
|
||||
|
|
||||
<a href="https://github.com/deniscerri/ytdlnis/blob/main/README-pt.md">Português</a>
|
||||
|
|
||||
|
|
||||
<a href="https://github.com/deniscerri/ytdlnis/blob/main/README-es.md">Español</a>
|
||||
|
|
||||
|
|
||||
<a href="https://github.com/deniscerri/ytdlnis/blob/main/README-ja.md">Japanese</a>
|
||||
|
|
||||
|
|
||||
<a href="https://github.com/deniscerri/ytdlnis/blob/main/README-ro.md">Română</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -37,8 +36,7 @@
|
|||
[](https://ytdlnis.en.uptodown.com/android/download)
|
||||
|
||||

|
||||
|
||||
[](https://github.com/deniscerri/ytdlnis/releases)
|
||||
[](https://github.com/deniscerri/ytdlnis/releases)
|
||||
[](https://github.com/deniscerri/ytdlnis/releases)
|
||||
[](https://hosted.weblate.org/engage/ytdlnis/?utm_source=widget)
|
||||
[](https://discord.gg/WW3KYWxAPm)
|
||||
|
|
@ -51,7 +49,7 @@
|
|||
|
||||
## 💡 Features:
|
||||
|
||||
- Download audio/video files from more than <a href="[https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md](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>
|
||||
- Process playlists
|
||||
- Edit every playlist item separately just like in a normal download item
|
||||
- Select a common format for all items and/or select multiple audio formats in case you are downloading them as a video
|
||||
|
|
@ -117,35 +115,33 @@ Join our [Discord](https://discord.gg/WW3KYWxAPm) or [Telegram channel](https://
|
|||
Please read the [contributing](CONTRIBUTING.MD) section if you would like to contribute.
|
||||
|
||||
## 📝 Help translate on Weblate
|
||||
|
||||
<a href="https://hosted.weblate.org/engage/ytdlnis/">
|
||||
<img src="[https://hosted.weblate.org/widgets/ytdlnis/-/strings/open-graph.png](https://hosted.weblate.org/widgets/ytdlnis/-/strings/open-graph.png)" alt="Translation status" />
|
||||
<img src="https://hosted.weblate.org/widgets/ytdlnis/-/strings/open-graph.png" alt="Translation status" />
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://hosted.weblate.org/engage/ytdlnis/">
|
||||
<img src="[https://hosted.weblate.org/widgets/ytdlnis/-/multi-auto.svg](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>
|
||||
|
||||
## 🔑 Connect with third-party apps using the package name
|
||||
|
||||
The app's package name is "com.deniscerri.ytdl".
|
||||
|
||||
|
||||
## 🤖 Connect with third-party apps using intents
|
||||
|
||||
You can use intents to push commands to the app to run downloads without user interaction.
|
||||
Accepted variables:
|
||||
|
||||
<b>TYPE</b> -> it can be: audio,video,command
|
||||
|
||||
<b>BACKGROUND</b> -> it can be: true,false. If its true the app won't show the download card no matter what and run the download in the background
|
||||
|
||||
<b>TYPE</b> -> it can be: audio,video,command <br/>
|
||||
<b>BACKGROUND</b> -> it can be: true,false. If its true the app won't show the download card no matter what and run the download in the background <br/>
|
||||
|
||||
### An example of downloading an audio item in the background with Tasker
|
||||
|
||||
1. Create Send Intent task
|
||||
2. Action: android.intent.action.SEND
|
||||
3. Cat: Default
|
||||
4. Mime Type: text/\*
|
||||
4. Mime Type: text/*
|
||||
5. Extra: android.intent.extra.TEXT:url (instead of "url" write the URL of the video you want to download)
|
||||
6. Extra: TYPE:audio
|
||||
7. Extra: BACKGROUND:true
|
||||
|
|
@ -164,4 +160,5 @@ Except for the source code licensed under the GPLv3 license, all other parties a
|
|||
- [youtubedl-android](https://github.com/yausername/youtubedl-android) for porting yt-dlp to Android
|
||||
- [yt-dlp](https://github.com/yt-dlp/yt-dlp) and its contributors for making this tool possible. Without it this app wouldn't exist
|
||||
|
||||
|
||||
and to a lot of other people, such as contributors.
|
||||
|
|
|
|||
Loading…
Reference in a new issue