]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/radlive.py
[cleanup, utils] Don't use kwargs for `format_field`
[yt-dlp.git] / yt_dlp / extractor / radlive.py
index dc98973056fd05e35c55fea1caa2eea4f0ec11f1..d89c9563b248975849b1c86530dc2b09ba799497 100644 (file)
@@ -80,7 +80,7 @@ def _real_extract(self, url):
             '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':