From 3356a7781516a9cff73c404c402bf41dcd8aa0d3 Mon Sep 17 00:00:00 2001 From: trizen Date: Wed, 21 Oct 2020 00:04:12 +0300 Subject: - Fixed the `dash_segmented` config-option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús --- lib/WWW/FairViewer/Itags.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3