Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions extensions/summarize-youtube-video-with-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Fix] - 2026-01-29

- Fix transcript XML parsing for YouTube's srv3 format (extract text from `<s>` segments)
- Remove deprecated "Summarize YouTube Video" command

## [Fix] - 2026-01-29

- 🔧 Fix video ID extraction for YouTube URLs with query params (e.g. `?app=desktop&v=...`)
- 🔧 Fix transcript parsing when caption XML uses nested tags (e.g. `<p><s>text</s></p>`)

Expand Down
4 changes: 0 additions & 4 deletions extensions/summarize-youtube-video-with-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Summarize any YouTube Video with AI and ask follow up questions to get all the d

### Commands

## `summarizeVideo`

This command is deprecated. Please use one of the below commands instead. If you have set preferences for this command, please migrate them to the new command.

## `summarizeVideoWithRaycast`

### Preferences for Raycast
Expand Down
Loading