1
0
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:
pukkandan
2022-10-18 23:08:23 +05:30
parent 63c547d71c
commit 1338ae3ba3
2 changed files with 3 additions and 1 deletions

View File

@ -78,6 +78,7 @@ class SponsorBlockPP(FFmpegPostProcessor):
'end_time': end,
'category': cat,
'title': title,
'type': s['actionType'],
'_categories': [(cat, start, end, title)],
}