aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;