player = document.getElementById('movie_player'); player.getVideoData().title It works, but not for shorts. Any idea how to get these info with shorts videos?
Edit: it seems that document.title does the trick.But is there any way to get duration and position then? getDuration and getCurrentTime do not seem to work on shorts.