From 4079c2156adebb7b46b086048eb0e517710cc4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 9 Nov 2020 18:11:28 -0500 Subject: Fix name --- bin/fair-viewer | 6 +++--- lib/WWW/FairViewer.pm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/fair-viewer b/bin/fair-viewer index d8108eb..089c328 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -4196,11 +4196,11 @@ Format to convert each downloaded video into. (e.g.: C<"mp3">). Load cookies from a file. Useful to overcome the "429: Too Many Requests" issue. -The file must be a C<# Netscape HTTP Cookie File>. Same format as C requires. +The file must be a C<# Netscape HTTP Cookie File>. Same format as C requires. See also: - https://github.com/ytdl-org/youtube-dl#how-do-i-pass-cookies-to-youtube-dl + https://libregit.org/heckyel/hypervideo#how-do-i-pass-cookies-to-hypervideo =head2 copy_caption @@ -4508,7 +4508,7 @@ Format for C for constructing an YouTube video URL given the video ID =head2 ytdl -Use C for videos with encrypted signatures. +Use C for videos with encrypted signatures. When set to C<0>, invidious instances will be used instead. diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm index dd867b5..78fe59f 100644 --- a/lib/WWW/FairViewer.pm +++ b/lib/WWW/FairViewer.pm @@ -326,7 +326,7 @@ sub set_lwp_useragent { # https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/ # See also: - # https://github.com/ytdl-org/hypervideo#how-do-i-pass-cookies-to-hypervideo + # https://libregit.org/heckyel/hypervideo#how-do-i-pass-cookies-to-hypervideo require HTTP::Cookies::Netscape; -- cgit v1.2.3