It was grabbed that way. No video length huh?
That's strange, it's impossible for the grab_title() function to have missed it.
Trying to grab it here (without submitting) gives the correct result.
Checking now.
I used a (somewhat older) bookmarklet to grab the title, not the grab title button. Maybe that has something to do with it.
javascript:void(open('https://poal.co/submit/link/Cheers?linkpost=true&run=1&url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)))
This reminds me I haven't updated the API for that part.
Will do later, thanks!
Because of the JS bookmarklet, the title you are actually grabbing (&title='+encodeURIComponent(document.title)))) is from Jootube's page title. That's why it doesn't contain the video length.
If you want the correct one to show up you should use the grab title button before submitting your Jootube posts.
Edit: or you can modify the script to grab the video length right in the page and put it at the end of the title.
(post is archived)