Skip to content

Commit

Permalink
v1.5.1: fix bug in cli option "--help"
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Apr 23, 2023
1 parent 8591b0a commit ed301e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/tubitv-downloader/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ options:
"--mp4-filename" <integer>
Specify the numeric mode used to configure the filename of the .mp4 file container.
0 = "video.mp4" (default)
1 = "${movie-or-episode-title}.mp4"
2 = "${movie-title}.mp4" or "${series-title} - ${episode-title}.mp4"
1 = "\${movie-or-episode-title}.mp4"
2 = "\${movie-title}.mp4" or "\${series-title} - \${episode-title}.mp4"
"-mc" <integer>
"--max-concurrency" <integer>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@warren-bank/node-hls-downloader-tubitv",
"version": "1.5.0",
"version": "1.5.1",
"main": "lib/process_cli.js",
"description": "Command-line utility for downloading an offline copy of TubiTV HLS video streams.",
"license": "GPL-2.0",
Expand Down

0 comments on commit ed301e3

Please sign in to comment.