Downloading Vimeo Videos
Public videos[edit]
If Vimeo videos are not "private" a Downlaod button will be present below the video on its Vimeo page.
Private videos[edit]
Private videos do not provide a 'Download link.
Open Developer Tools in Chrome, and search for a div element with class="player js-player etc" and data-config-url attribute.
Copy the value of data-config-url (a URL) and copy it into a browser window. This is XML.
Search the XML for mp4 urls with the desired resolution attributes.
Copy the mp4 URL into a browser.
Right click on the video and select Save.