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:
parent
b0c6cdc53b
commit
38c64fb1e0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user