Skip to content

Commit

Permalink
m4a add
Browse files Browse the repository at this point in the history
  • Loading branch information
mejgun committed Apr 26, 2022
1 parent ef6c15c commit c4563ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ use config.default.json instead.
"ignore-ssl-errors": false,
// video file that will be shown on errors
"error-video": "corrupted.mp4",
// audio file that will be shown on errors
"error-audio": "corrupted.mp4"
// audio file that will be played on errors
// dwnlded here youtu.be/_b8KPiT1PxI (suggest your options)
"error-audio": "failed.m4a"
},
// media extractor config
"extractor": {
// file path
"path": "yt-dlp",
// arguments for extractor mp4 url
// ",," is args separator, not space
// arguments for extractor
// args separator шы ",,", not space
// {{.HEIGHT}} will be replaced with requested height (360/480/720)
// {{.URL}} will be replace with requested url
// also you can use {{.FORMAT}} - requested format (now - only mp4 or m4a)
Expand Down
2 changes: 1 addition & 1 deletion config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ignore-missing-headers": false,
"ignore-ssl-errors": false,
"error-video": "corrupted.mp4",
"error-audio": "corrupted.mp4"
"error-audio": "failed.m4a"
},
"extractor": {
"path": "yt-dlp",
Expand Down
Binary file added failed.m4a
Binary file not shown.

0 comments on commit c4563ad

Please sign in to comment.