https://bugs.kde.org/show_bug.cgi?id=410715
--- Comment #3 from RaitaroH <raitarohik...@protonmail.com> --- Considering the above I actually modified my script to get thumbnails. I am aware this sorta formating has to be rewritten in the language plasma-browser-integration is written into. `echo "$input" | awk -F'\\=' '{print "https://i.ytimg.com/vi/"$2"/maxresdefault.jpg"}'` If the link is in the `navigator.mediaSession.metadata.artwork` format instead: `echo "$inputg" | awk -F'/vi/' '{split($2,t,"/"); print "https://i.ytimg.com/vi/"t[1]"/maxresdefault.jpg"}'` Both give the same maxres image. -- You are receiving this mail because: You are watching all bug changes.