From 1be99977bd79c8efa50f13b16571a8a50f8f7d02 Mon Sep 17 00:00:00 2001 From: tyler Date: Fri, 10 Apr 2026 12:35:11 +0000 Subject: [PATCH] Update app/download.py --- app/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/download.py b/app/download.py index dee5a9e..faaed8c 100644 --- a/app/download.py +++ b/app/download.py @@ -179,7 +179,7 @@ class dropout(): r"'(?i).*behind.?the.?scenes.*" r"|.*trailer.*" r"|.*recap.*" - r"|.*last.looks.*'" + r"|.*last.looks.*" r"|.*Explainer.*'" ) match_filter = yt_dlp.utils.match_filter_func(filter_pattern)