]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/groupon.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / groupon.py
index c1cbda35f0f1a18774ed8687b809afd41f6ceb61..a05fab1f14b774e4ba85554cfdeeefb964e860d1 100644 (file)
@@ -50,8 +50,7 @@ def _real_extract(self, url):
             url_pattern, ie_key = self._PROVIDERS.get(provider.lower())
             if not url_pattern:
                 self.report_warning(
-                    '%s: Unsupported video provider %s, skipping video' %
-                    (playlist_id, provider))
+                    f'{playlist_id}: Unsupported video provider {provider}, skipping video')
                 continue
             entries.append(self.url_result(url_pattern % video_id, ie_key))