Changes
- Faster subtitle/video name extraction: Full HTML of the video page is not required anymore.
- Fewer dependencies: Subtitles are now fetched in a JSON format instead of XML, allowing to remove the quick-xml and html-escape dependencies. This shaves off around 200kb of the final binary.
- Transcript-only setting: You can now choose to fetch just the raw transcript without summarization.
- Removed paragraph splitting: The feature that attempted to insert newlines during pauses rarely worked correctly, especially with auto-generated subtitles. So it was removed for simplicity.
Full Changelog: v1.1.0...v1.2.0