mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 08:35:32 +00:00
[SponsorBlock] Add type
field
This commit is contained in:
@ -78,6 +78,7 @@ class SponsorBlockPP(FFmpegPostProcessor):
|
||||
'end_time': end,
|
||||
'category': cat,
|
||||
'title': title,
|
||||
'type': s['actionType'],
|
||||
'_categories': [(cat, start, end, title)],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user