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)