]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/postprocessor/sponsorblock.py
[cleanup Misc
[yt-dlp.git] / yt_dlp / postprocessor / sponsorblock.py
index 188eb059aaad8a52be9fbeb681283819c24a6031..6ba87cd6723b9f0995c21e0a53997445fe2c7f8a 100644 (file)
@@ -85,7 +85,7 @@ def to_chapter(s):
 
         sponsor_chapters = [to_chapter(s) for s in duration_match]
         if not sponsor_chapters:
-            self.to_screen('No segments were found in the SponsorBlock database')
+            self.to_screen('No matching segments were found in the SponsorBlock database')
         else:
             self.to_screen(f'Found {len(sponsor_chapters)} segments in the SponsorBlock database')
         return sponsor_chapters