aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/fair-viewer6
-rw-r--r--lib/WWW/FairViewer.pm2
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<youtube-dl> requires.
+The file must be a C<# Netscape HTTP Cookie File>. Same format as C<hypervideo> 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<sprintf()> for constructing an YouTube video URL given the video ID
=head2 ytdl
-Use C<youtube-dl> for videos with encrypted signatures.
+Use C<hypervideo> 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;