aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpystardust <notpiestardust@gmail.com>2021-03-02 12:03:46 +0530
committerpystardust <notpiestardust@gmail.com>2021-03-02 12:03:46 +0530
commit013ca45d20f656371b0bad1fe82d590820232434 (patch)
tree44a91be623acca8969b02e010792c9bac68496bd
parent528385e4351b6b20ff6d29c538c14517cb715b98 (diff)
downloadytfzf-013ca45d20f656371b0bad1fe82d590820232434.tar.gz
updated readme
-rw-r--r--README.md2
-rwxr-xr-xytfzf2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0e3b566..a3a1cd3 100644
--- a/README.md
+++ b/README.md
@@ -39,10 +39,10 @@ Usage: ytfzf <search query>
-f <search query> Show available formats before proceeding
-a <search query> Auto play the first result, no selector
-r <search query> Auto play a random result, no selector
+ -n <link count> To specify number of videos to select with -a or -r
-l <search query> Loop: prompt selector again after video ends
-s <search query> After the video ends make another search
-L <search query> Prints the selected URL only, helpful for scripting
- -n <link count> <search query> Prints selected URLs only (useful with -a or -r)
Use - instead of <query> for stdin
```
diff --git a/ytfzf b/ytfzf
index aa8235b..7d8628f 100755
--- a/ytfzf
+++ b/ytfzf
@@ -40,10 +40,10 @@ printf " -d <search query> Download to current directory\n";
printf " -f <search query> Show available formats before proceeding\n";
printf " -a <search query> Auto play the first result, no selector\n";
printf " -r <search query> Auto play a random result, no selector\n";
+printf " -n <link count> To specify number of videos to select with -a or -r\n";
printf " -l <search query> Loop: prompt selector again after video ends\n";
printf " -s <search query> After the video ends make another search \n";
printf " -L <search query> Prints the selected URL only, helpful for scripting\n";
-printf " -n <link count> <search query> Prints selected URLs only (useful with -a or -r)\n";
printf " Use - instead of <query> for stdin\n";
printf "\n"
printf " Option can be combines. Like\n"
Un proyecto texto-plano.xyz