File tree Expand file tree Collapse file tree 3 files changed +218
-74
lines changed Expand file tree Collapse file tree 3 files changed +218
-74
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
## 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.
6
6
7
7
![ alt text] ( https://raw.githubusercontent.com/yafp/ydownl.sh/main/docs/ydown_preview_latest.gif )
8
8
9
9
10
10
## features
11
11
* 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
15
15
16
16
17
17
## dependencies
18
18
The following packages are required:
19
19
20
+ * awk
21
+ * curl
20
22
* dialog
21
- * youtube-dl
22
23
* ffmpeg
23
- * curl
24
24
* sed
25
+ * youtube-dl
25
26
26
27
## usage
27
28
Simply execute the script:
Original file line number Diff line number Diff line change 1
1
# changelog
2
2
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
+
3
18
## Version 1.5.0 (20210610)
4
19
### Added
5
20
* Added silent update check on script start (info onlx if update available)
You can’t perform that action at this time.
0 commit comments