mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-12 22:09:48 +08:00
a1c4b732c5
parseYouTubeVideoId handled watch, youtu.be, /shorts/ and /live/ URLs but not the common /embed/<id> player form, so embed links returned null and the YouTube adapter treated them as "no document". Add an /embed/ branch mirroring the existing /shorts/ and /live/ handling, with a regression test.