1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

fix: add trailing comma

This commit is contained in:
JChris246 2025-03-16 03:02:26 -04:00
parent b0c6cdc53b
commit 38c64fb1e0

View File

@ -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,