summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/nationalgeographic.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/nationalgeographic.py')
-rw-r--r--yt_dlp/extractor/nationalgeographic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/nationalgeographic.py b/yt_dlp/extractor/nationalgeographic.py
index 6f046bc..43f84a9 100644
--- a/yt_dlp/extractor/nationalgeographic.py
+++ b/yt_dlp/extractor/nationalgeographic.py
@@ -55,7 +55,7 @@ class NationalGeographicVideoIE(InfoExtractor):
'_type': 'url_transparent',
'ie_key': 'ThePlatform',
'url': smuggle_url(
- 'http://link.theplatform.com/s/ngs/media/guid/2423130747/%s?mbr=true' % guid,
+ f'http://link.theplatform.com/s/ngs/media/guid/2423130747/{guid}?mbr=true',
{'force_smil_url': True}),
'id': guid,
}