From 38c64fb1e024ca05ea9df10e1303b904b2015c56 Mon Sep 17 00:00:00 2001 From: JChris246 Date: Sun, 16 Mar 2025 03:02:26 -0400 Subject: [PATCH] fix: add trailing comma --- yt_dlp/extractor/skylinewebcams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/skylinewebcams.py b/yt_dlp/extractor/skylinewebcams.py index 2e0f54aa27..77bbd0fa04 100644 --- a/yt_dlp/extractor/skylinewebcams.py +++ b/yt_dlp/extractor/skylinewebcams.py @@ -15,7 +15,7 @@ class SkylineWebcamsIE(InfoExtractor): 'view_count': int, 'timestamp': int, 'thumbnail': 'https://cdn.skylinewebcams.com/social642.jpg', - 'upload_date': '20240226' + 'upload_date': '20240226', }, 'params': { 'skip_download': True,