]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rte.py
[ie/mlbtv] Fix extraction (#10296)
[yt-dlp.git] / yt_dlp / extractor / rte.py
index 729804d23ec916a2494e9bf85e88b4f87db589ef..42ee9d2bdca4667205aa38a7916ed64f49f48785 100644 (file)
@@ -35,7 +35,7 @@ def _real_extract(self, url):
                     error_info = self._parse_json(ee.cause.response.read().decode(), item_id, fatal=False)
                     if error_info:
                         raise ExtractorError(
-                            '%s said: %s' % (self.IE_NAME, error_info['message']),
+                            '{} said: {}'.format(self.IE_NAME, error_info['message']),
                             expected=True)
                 raise