summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/playwire.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/playwire.py')
-rw-r--r--yt_dlp/extractor/playwire.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/playwire.py b/yt_dlp/extractor/playwire.py
index 1057bff..8539a4b 100644
--- a/yt_dlp/extractor/playwire.py
+++ b/yt_dlp/extractor/playwire.py
@@ -48,7 +48,7 @@ class PlaywireIE(InfoExtractor):
publisher_id, video_id = mobj.group('publisher_id'), mobj.group('id')
player = self._download_json(
- 'http://config.playwire.com/%s/videos/v2/%s/zeus.json' % (publisher_id, video_id),
+ f'http://config.playwire.com/{publisher_id}/videos/v2/{video_id}/zeus.json',
video_id)
title = player['settings']['title']