Skip to content

v2.3.38

Choose a tag to compare

@inafev inafev released this 03 Jun 20:31
5bce1d0

Added

  • YouTube Embed Iframe Refusal Fix: Solved the www.youtube.com refused to connect error in video iframe players by implementing a parser (to_embed_url) in the generator script to dynamically rewrite standard YouTube watch/shortened URLs into the required embed format, fully preserving start-times (start=...) and playlist IDs (list=...).

Fixed

  • MD037 Lint Fix (Video Portal): Fixed a markdown linter failure in v2-docs/videos/cloud-native.md (and other video documents) by converting asterisk-based bullets (* ) in video summaries to dash-based bullets (- ). This avoids syntax collision where the linter parses indented asterisk bullets inside blocks as malformed bold/emphasis markers.