diff options
author | Jesús <heckyel@hyperbola.info> | 2020-11-09 18:11:28 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-11-09 18:11:28 -0500 |
commit | 4079c2156adebb7b46b086048eb0e517710cc4f1 (patch) | |
tree | bd02f5721b95b52277fe1e8654f12067f067dbd0 /lib/WWW/FairViewer.pm | |
parent | 220990f6a15929adc234de59e4f8908a7b2418ab (diff) | |
download | fair-viewer-4079c2156adebb7b46b086048eb0e517710cc4f1.tar.lz fair-viewer-4079c2156adebb7b46b086048eb0e517710cc4f1.tar.xz fair-viewer-4079c2156adebb7b46b086048eb0e517710cc4f1.zip |
Fix name
Diffstat (limited to 'lib/WWW/FairViewer.pm')
-rw-r--r-- | lib/WWW/FairViewer.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |