Skip to content

biddyweb/vimeo-crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of this software is to make backup copies of videos and the whole albums, channels or accounts of videos at http://Vimeo.com.

The crawler checks the specified URL and processes the specified video, album, channel or the whole account, trying to locate the highest available quality file for each video.

For every video found a file is downloaded to the target directory. For any channel or album encountered, a subfolder is created in the target directory, with file system hard links to the files in the target directory.

In default configuration, the program requires Mozilla Firefox.

The program starts a Firefox window and emulates clicks in it. Please don't touch that window, and don't minimize it. You may cover it with another window, if you wish. The window will be closed automatically after crawling is complete.

The program is best run on Linux. It also works fine on Windows, but Windows Vista or later is recommended, and NTFS file system. Otherwise the program would be unable to create file system hard links to files from channel and album subfolders.

Please don't hesitate to mail me at vmzakhar@gmail.com if you find a bug or have an idea of a feature or improvement. Thank you!

Installation on Ubuntu

  • sudo apt-get install firefox python-pip
  • sudo pip install selenium urlgrabber requests

Installation on Windows

General followup

-- Moved from http://code.google.com/p/vimeo-crawler

About

Automatic downloader of videos from Vimeo.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%