From dcd0ee3ec3ecdf9afee7a177bd6e33cfa5841543 Mon Sep 17 00:00:00 2001 From: lonm Date: Tue, 15 Oct 2024 16:30:19 +0100 Subject: [PATCH] [RadioFrance] ruff trailing commas --- yt_dlp/extractor/radiofrance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/radiofrance.py b/yt_dlp/extractor/radiofrance.py index f7ee6ad6ad..0a95a8c928 100644 --- a/yt_dlp/extractor/radiofrance.py +++ b/yt_dlp/extractor/radiofrance.py @@ -290,7 +290,7 @@ def _extract_embedded_episodes(self, item, webpage, content_id): 'vcodec': 'none', 'acodec': preset['encoding'], 'quality': preset['bitrate'], - 'duration': dur + 'duration': dur, }) item['duration'] = dur return item @@ -373,7 +373,7 @@ class RadioFrancePodcastIE(RadioFrancePlaylistBaseIE): 'description': 'md5:1c5b6d010b2aaeb0d90b2c233b5f7b15', 'thumbnail': r're:^https?://.*\.(?:jpg|png)', }, - 'playlist_count': 5 + 'playlist_count': 5, }, { 'url': 'https://www.radiofrance.fr/franceinter/podcasts/le-7-9', 'only_matching': True,