1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-10 07:18:33 +00:00

fix: add trailing comma

This commit is contained in:
JChris246 2025-03-16 18:54:12 -04:00
parent 5282335d06
commit 70ef50c243

View File

@ -1790,7 +1790,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'params': {
'skip_download': True,
},
}
},
]
@classmethod