mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 09:28:33 +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,
|
'view_count': int,
|
||||||
'timestamp': int,
|
'timestamp': int,
|
||||||
'thumbnail': 'https://cdn.skylinewebcams.com/social642.jpg',
|
'thumbnail': 'https://cdn.skylinewebcams.com/social642.jpg',
|
||||||
'upload_date': '20240226'
|
'upload_date': '20240226',
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user