]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/keezmovies.py
[cleanup, utils] Don't use kwargs for `format_field`
[yt-dlp.git] / yt_dlp / extractor / keezmovies.py
index 79f9c7fa78eccab1980f00f0deaef31872767e2f..1c2d5c01ca1dab4d07f601f9c346d1cf713a4ed6 100644 (file)
@@ -68,7 +68,7 @@ def extract_format(format_url, height=None):
                     video_url, title, 32).decode('utf-8')
             formats.append({
                 'url': format_url,
-                'format_id': format_field(height, template='%dp'),
+                'format_id': format_field(height, None, '%dp'),
                 'height': height,
                 'tbr': tbr,
             })