diff --git a/yt_dlp/extractor/motherless.py b/yt_dlp/extractor/motherless.py index 1d3f2614b5..cad5aa085a 100644 --- a/yt_dlp/extractor/motherless.py +++ b/yt_dlp/extractor/motherless.py @@ -99,7 +99,7 @@ class MotherlessIE(InfoExtractor): if any(p in webpage for p in ( '404 - MOTHERLESS.COM<', ">The page you're looking for cannot be found.<", - '<div class="error-page view-page py-3">', + '<div class="error-page', )): raise ExtractorError(f'Video {video_id} does not exist', expected=True)