Describe the bug
handleYoutube fails if video name contains a word with 11 or more chars
To Reproduce
e.g. this iframe contains "Internationaler" which matches the handleYoutube regex:
<iframe title="Masters of The Universe - Internationaler Trailer (Kinostart: 4.6.2026)" src="https://www.youtube.com/embed/w6FSFIiyBXo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="" id="fitvid0"></iframe>
handleYoutube gives string(11) "Internation" back
Expected behavior
match the videoID
Describe the bug
handleYoutube fails if video name contains a word with 11 or more chars
To Reproduce
e.g. this iframe contains "Internationaler" which matches the handleYoutube regex:
handleYoutube gives
string(11) "Internation"backExpected behavior
match the videoID