updated readme;bumped version

This commit is contained in:
huangjx
2022-05-20 16:14:49 +08:00
parent dacb8af7ae
commit 27ef013adc
2 changed files with 6 additions and 7 deletions

View File

@@ -12,17 +12,16 @@ An easy-to-use web interface for Aria2 and youtube-dl
### How to use ### How to use
the latest version has included both youtube-dl and aria2c and there is no need for manual installation (*tested it successfully with snap version of nextcloud both in centos7 and ubuntu 20.04*) NCDownloader has included both yt-dlp(faster version of youtube-dl) and aria2c and there is no need for manual installation under normal circumstances (*tested it successfully with snap version of nextcloud both in centos7 and ubuntu 20.04*)
if for some reason,the builtin binaries don't work for you, then you will need to install them yourself But if for some reason,the builtin binaries don't work for you, then you will need to install them yourself
#### installing aria2 and youtube-dl in ubuntu #### installing aria2 and yt-dlp in ubuntu
```bash ```bash
sudo apt install aria2 sudo apt install aria2
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl 4 -o /usr/local/bin/youtube-dl sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2022.05.18/yt-dlp 4 -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl
``` ```
local versions will be chosen over the builtin ones. Also, if you don't want to use the builtin versions, you can always force the app use a specific version by setting the binary path manually. In that case, the app will not try to find youtube-dl binary in your system, and the built-in ones will be ignored as well.
But you can force the app use a specific version by setting the binary path manually. When the binary is valid, it has the highest priority and all other versions will be ignored
### How to build front-end code ### How to build front-end code

View File

@@ -8,7 +8,7 @@ Search for torrents within the app from mutiple BT sites;
Control Aria2 and manage download tasks from the web; Control Aria2 and manage download tasks from the web;
download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,facebook and the likes download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,facebook and the likes
</description> </description>
<version>0.9.24</version> <version>0.9.33</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="freefallbenson@gmail.com" homepage="https://github.com/shiningw">jiaxinhuang</author> <author mail="freefallbenson@gmail.com" homepage="https://github.com/shiningw">jiaxinhuang</author>
<namespace>NCDownloader</namespace> <namespace>NCDownloader</namespace>