summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/lenta.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--yt_dlp/extractor/lenta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/lenta.py b/yt_dlp/extractor/lenta.py
index fe01bda..105ec37 100644
--- a/yt_dlp/extractor/lenta.py
+++ b/yt_dlp/extractor/lenta.py
@@ -45,7 +45,7 @@ class LentaIE(InfoExtractor):
default=None)
if video_id:
return self.url_result(
- 'eagleplatform:lentaru.media.eagleplatform.com:%s' % video_id,
+ f'eagleplatform:lentaru.media.eagleplatform.com:{video_id}',
ie='EaglePlatform', video_id=video_id)
return self.url_result(url, ie='Generic')