mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-25 08:11:41 +00:00
[cleanup, utils] Don't use kwargs for format_field
This commit is contained in:
@@ -429,7 +429,7 @@ class PornHubIE(PornHubBaseIE):
|
||||
default=None))
|
||||
formats.append({
|
||||
'url': format_url,
|
||||
'format_id': format_field(height, template='%dp'),
|
||||
'format_id': format_field(height, None, '%dp'),
|
||||
'height': height,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user