WebDevStudios / Automatic-Featured-Images-from-Videos

If a YouTube or Vimeo video exists in the first few paragraphs of a post, automatically set the post's featured image to that vidoe's thumbnail.
33 stars 24 forks source link

Update vimeo endpoint to use .json version #60

Closed tw2113 closed 3 years ago

tw2113 commented 5 years ago

http://www.vimeo.com/api/v2/video/XYZXYZ.json

instead of

http://www.vimeo.com/api/v2/video/XYZXYZ.php.

Down with serialized data!

tw2113 commented 3 years ago

Handled in a8c1802