butterscotchstallion / limnoria-plugins

A smattering of Limnoria plugins I've written
MIT License
14 stars 14 forks source link

SpiffyTitles: Additional information about vimeo links #57

Closed bw4518 closed 9 years ago

bw4518 commented 9 years ago

Similar to https://github.com/prgmrbill/limnoria-plugins/issues/54, request to include vimeo.com urls.

Info: https://developer.vimeo.com/apis/simple#video-request

Example: https://vimeo.com/42454014 --> https://vimeo.com/api/v2/video/42454014.json

title, user_name, stats_number_of_likes, stats_number_of_plays, duration

I have noticed duration is in seconds, not in minutes as displayed on website. Probably need to be converted.

It would be nice if you could also include this, thanks.