]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/historicfilms.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / historicfilms.py
index c428feeded936de94836878d9aca46be7e5b6447..714f65114a13ba6813f8f61c698ff687d5698ea5 100644 (file)
@@ -33,7 +33,7 @@ def _real_extract(self, url):
         duration = parse_duration(self._html_search_meta(
             'duration', webpage, 'duration'))
 
-        video_url = 'http://www.historicfilms.com/video/%s_%s_web.mov' % (tape_id, video_id)
+        video_url = f'http://www.historicfilms.com/video/{tape_id}_{video_id}_web.mov'
 
         return {
             'id': video_id,