From d7290a42fa081746cfdf1222e58c46d703d2c709 Mon Sep 17 00:00:00 2001 From: trizen Date: Tue, 6 Oct 2020 22:57:52 +0300 Subject: Several typo and spelling fixes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús --- bin/fair-viewer | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bin/fair-viewer b/bin/fair-viewer index 1742f2f..8b4e76f 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -666,7 +666,7 @@ usage: $execname [options] ([url] | [keywords]) * Videos -uv --uploads=s : list videos uploaded by a specific channel or user -pv --popular=s : list the most popular videos from a specific channel - -uf --favorites=s : list the videos favorited by a specific user + -uf --favorites=s : list the favorite videos of a specific user -id --videoids=s,s : play YouTube videos by their IDs -rv --related=s : show related videos for a video ID or URL -sv --search-videos : search for YouTube videos (default mode) @@ -2057,7 +2057,7 @@ sub get_and_play_video_ids { ## OK } else { - $info->{title} = "unknwon"; + $info->{title} = "unknown"; $info->{lengthSeconds} = 0; $info->{videoId} = $id; warn_cant_do('get info for', $id); @@ -4221,6 +4221,10 @@ An array of hash values specifying a custom layout for video results. The value for C can be either a number of characters (e.g.: 20) or can be a percentage of the terminal width (e.g.: "15%"). +The special tokens for C are listed in: + + fair-viewer --tricks + =head2 dash_mp4_audio Include or exclude MP4/M4A (AAC) audio files. @@ -4279,7 +4283,7 @@ Play videos in fullscreen mode. =head2 get_captions -Downlaod closed-captions for videos (if any). +Download closed-captions for videos (if any). =head2 get_term_width @@ -4427,7 +4431,7 @@ Skip already watched/downloaded videos. =head2 srt_languages -List of SRT languges in the order of preference. +List of SRT languages in the order of preference. =head2 subscriptions_order @@ -4435,7 +4439,7 @@ Order of subscriptions. Currently, not implemented. =head2 thousand_separator -Thousands seperator character for numbers >= 1000. +Thousands separator character for numbers >= 1000. =head2 timeout @@ -4502,7 +4506,7 @@ Command for C when C is set to a true value. =head2 youtube_video_url -Sprintf format for an YouTube video URL, given the video ID. +Sprintf() format for an YouTube video URL, given the video ID. =head2 ytdl -- cgit v1.2.3