Skip to content

Commit 27ef013

Browse files
committed
updated readme;bumped version
1 parent dacb8af commit 27ef013

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@ An easy-to-use web interface for Aria2 and youtube-dl
1212

1313
### How to use
1414

15-
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*)
16-
if for some reason,the builtin binaries don't work for you, then you will need to install them yourself
15+
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*)
16+
But if for some reason,the builtin binaries don't work for you, then you will need to install them yourself
1717

18-
#### installing aria2 and youtube-dl in ubuntu
18+
#### installing aria2 and yt-dlp in ubuntu
1919
```bash
2020
sudo apt install aria2
21-
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl 4 -o /usr/local/bin/youtube-dl
21+
sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2022.05.18/yt-dlp 4 -o /usr/local/bin/youtube-dl
2222
sudo chmod a+rx /usr/local/bin/youtube-dl
2323
```
24-
local versions will be chosen over the builtin ones.
25-
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
24+
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.
2625

2726
### How to build front-end code
2827

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Search for torrents within the app from mutiple BT sites;
88
Control Aria2 and manage download tasks from the web;
99
download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,facebook and the likes
1010
</description>
11-
<version>0.9.24</version>
11+
<version>0.9.33</version>
1212
<licence>agpl</licence>
1313
<author mail="[email protected]" homepage="https://github.com/shiningw">jiaxinhuang</author>
1414
<namespace>NCDownloader</namespace>

0 commit comments

Comments
 (0)