aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-10-21 00:04:12 +0300
committerJesús <heckyel@hyperbola.info>2020-11-09 17:21:28 -0500
commit3356a7781516a9cff73c404c402bf41dcd8aa0d3 (patch)
treecad383bc05ab033ad5dadb54cc2b25b27e80afdf
parent45c549e9e689ec199fc876ae4c0d0c79406e333a (diff)
downloadfair-viewer-3356a7781516a9cff73c404c402bf41dcd8aa0d3.tar.lz
fair-viewer-3356a7781516a9cff73c404c402bf41dcd8aa0d3.tar.xz
fair-viewer-3356a7781516a9cff73c404c402bf41dcd8aa0d3.zip
- Fixed the `dash_segmented` config-option.
Signed-off-by: Jesús <heckyel@hyperbola.info>
-rw-r--r--lib/WWW/FairViewer/Itags.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WWW/FairViewer/Itags.pm b/lib/WWW/FairViewer/Itags.pm
index 9ed04a8..9940cee 100644
--- a/lib/WWW/FairViewer/Itags.pm
+++ b/lib/WWW/FairViewer/Itags.pm
@@ -198,7 +198,7 @@ sub _find_streaming_url {
# Ignore segmented DASH URLs (they load pretty slow in mpv)
if (not $args{dash_segmented}) {
- next if ($entry->{url} =~ m{^https://manifest\.googlevideo\.com/api/manifest/dash/});
+ next if ($entry->{url} =~ m{/api/manifest/dash/});
}
return $entry;