3

I'm trying to download a video that contains a blob:https://player.vimeo.com/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX link. I've tried other options that have been explained on the site, but none have worked.

Thank you so much!

AnneXin
  • 31
  • 1
  • 3

1 Answers1

0

After doing some figuring out on my own, I just changed the embedded blob link from:

The X's below was the id that already existed in the link

blob:https://player.vimeo.com/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX to http://player.vimeo.com/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX (removed blob: and secure from https) and the link adjusted to the src of the video.

It looked something like: https://server-name.akamaized.net/.../XX/XXXX/XX/XXXXXXXXX/XXXXXXXXXX.mp4.

Opened the link in a new tab, picked the quality I wanted, and downloaded the video by clicking the vertical ellipses.

AnneXin
  • 31
  • 1
  • 3