Skip to content

Commit 01133b0

Browse files
committed
202100612 - This is 1.6.0 - fixing #5 and #6 and #7 and #8
1 parent 8b369f9 commit 01133b0

File tree

3 files changed

+218
-74
lines changed

3 files changed

+218
-74
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@
22

33

44
## about
5-
ydownl.sh is a simple youtube-dl bash script which can be used to extract audio from common video / stream sources.
5+
ydownl.sh is a simple youtube-dl bash script which can be used to download video or extract audio from common video / stream sources.
66

77
![alt text](https://raw.githubusercontent.com/yafp/ydownl.sh/main/docs/ydown_preview_latest.gif)
88

99

1010
## features
1111
* checks if the URL is reachable
12-
* tries to extract the audio from the URL
13-
* adding metadata
14-
* adding thumbnail
12+
* either download the video OR extract the audio from the URL
13+
* adds metadata
14+
* adds thumbnail
1515

1616

1717
## dependencies
1818
The following packages are required:
1919

20+
* awk
21+
* curl
2022
* dialog
21-
* youtube-dl
2223
* ffmpeg
23-
* curl
2424
* sed
25+
* youtube-dl
2526

2627
## usage
2728
Simply execute the script:

docs/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# changelog
22

3+
## Version 1.6.0 (20210612)
4+
### Added
5+
* Added general / basic support for video mode - see #6
6+
* Added misc-menu entry to main-menu - see #7
7+
* Added support for color-styles using rc file - see #8
8+
* Added about dialog to misc-menu
9+
10+
### Changes
11+
* Moved both update functions from main-menu to the new misc-menu
12+
13+
### Fixed
14+
* Added awk to dependencies check - see #5
15+
16+
17+
318
## Version 1.5.0 (20210610)
419
### Added
520
* Added silent update check on script start (info onlx if update available)

0 commit comments

Comments
 (0)