aboutsummaryrefslogtreecommitdiffstats
path: root/lib/WWW/FairViewer.pm
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-10-05 12:45:26 +0300
committerJesús <heckyel@hyperbola.info>2020-11-09 16:01:42 -0500
commitbbe5dab9e37a2cd6f25edb09e2949ce7270b3784 (patch)
tree2af3a1a39ef68efb9451b75227b54d5a50f47992 /lib/WWW/FairViewer.pm
parentad60d6661706d750c45fba098813aa9f02307d55 (diff)
downloadfair-viewer-bbe5dab9e37a2cd6f25edb09e2949ce7270b3784.tar.lz
fair-viewer-bbe5dab9e37a2cd6f25edb09e2949ce7270b3784.tar.xz
fair-viewer-bbe5dab9e37a2cd6f25edb09e2949ce7270b3784.zip
- Added the "ignore_av1" config-option. (disabled by default)
When enabled, videos in AV1 format will be ignored. It's recommended to be enabled on slow hardware. Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'lib/WWW/FairViewer.pm')
-rw-r--r--lib/WWW/FairViewer.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm
index abe25cd..85c5e18 100644
--- a/lib/WWW/FairViewer.pm
+++ b/lib/WWW/FairViewer.pm
@@ -7,6 +7,7 @@ use warnings;
use Memoize;
memoize('_get_video_info');
+memoize('_ytdl_is_available');
memoize('_extract_from_ytdl');
memoize('_extract_from_invidious');