summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/groupon.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/groupon.py')
-rw-r--r--yt_dlp/extractor/groupon.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/yt_dlp/extractor/groupon.py b/yt_dlp/extractor/groupon.py
index c1cbda3..a05fab1 100644
--- a/yt_dlp/extractor/groupon.py
+++ b/yt_dlp/extractor/groupon.py
@@ -50,8 +50,7 @@ class GrouponIE(InfoExtractor):
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))