mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-28 12:25:18 +00:00
[cleanup, utils] Don't use kwargs for format_field
This commit is contained in:
@@ -80,7 +80,7 @@ class RadLiveIE(InfoExtractor):
|
||||
'release_timestamp': release_date,
|
||||
'channel': channel.get('name'),
|
||||
'channel_id': channel_id,
|
||||
'channel_url': format_field(channel_id, template='https://rad.live/content/channel/%s'),
|
||||
'channel_url': format_field(channel_id, None, 'https://rad.live/content/channel/%s'),
|
||||
|
||||
}
|
||||
if content_type == 'episode':
|
||||
|
||||
Reference in New Issue
Block a user