diff options
-rwxr-xr-x | bin/fair-viewer | 6 | ||||
-rwxr-xr-x | bin/gtk-fair-viewer | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer index 660fb55..d8108eb 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -168,7 +168,7 @@ my %CONFIG = ( srt => q{--sub-file=*SUB*}, audio => q{--audio-file=*AUDIO*}, fs => q{--fullscreen}, - arg => q{--really-quiet --title=*TITLE* --no-ytdl}, + arg => q{--really-quiet --force-media-title=*TITLE* --no-ytdl}, novideo => q{--no-video}, }, }, @@ -4397,7 +4397,7 @@ When C<download_and_play> is enabled, remove the file after playing it. =head2 resolution -Preferred resolution for videos (if available). +Preferred resolution for videos. Valid values: best, 2160p, 1440p, 1080p, 720p, 480p, 360p, 240p, 144p, audio. @@ -4504,7 +4504,7 @@ Command for C<wget> when C<download_with_wget> is set to a true value. =head2 youtube_video_url -Sprintf() format for an YouTube video URL, given the video ID. +Format for C<sprintf()> for constructing an YouTube video URL given the video ID. =head2 ytdl diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer index a11ef49..25e4749 100755 --- a/bin/gtk-fair-viewer +++ b/bin/gtk-fair-viewer @@ -159,7 +159,7 @@ my %CONFIG = ( srt => q{--sub-file=*SUB*}, audio => q{--audio-file=*AUDIO*}, fs => q{--fullscreen}, - arg => q{--really-quiet --title=*TITLE* --no-ytdl}, + arg => q{--really-quiet --force-media-title=*TITLE* --no-ytdl}, }, smplayer => { cmd => q{smplayer}, |