From 245f6998e30d69b4161ff9547815aa56503739b0 Mon Sep 17 00:00:00 2001 From: JChris246 Date: Mon, 26 May 2025 18:48:11 -0400 Subject: [PATCH] fix: add missing trailing commas --- yt_dlp/extractor/pbs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/pbs.py b/yt_dlp/extractor/pbs.py index bde452bb2..0d55dd1bb 100644 --- a/yt_dlp/extractor/pbs.py +++ b/yt_dlp/extractor/pbs.py @@ -338,7 +338,7 @@ class PBSIE(InfoExtractor): }, 'params': { 'skip_download': True, # video unavailable - } + }, }, { # Video embedded in iframe containing angle brackets as attribute's value (e.g. @@ -425,7 +425,7 @@ class PBSIE(InfoExtractor): {'start_time': 502.03, 'end_time': 884.03, 'title': 'Getting Dirty, Loving Nature, Doing It Right'}, {'start_time': 884.12, 'end_time': 1422.12, 'title': 'How Roger Cook Built His Legacy'}, ], - } + }, }, { 'url': 'http://www.pbs.org/wgbh/roadshow/watch/episode/2105-indianapolis-hour-2/',