jolaf / vimeo-crawler

Automatic downloader of videos from Vimeo.com

Home Page:http://vimeo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimeo Crawler

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 links to the files in the target directory.

In default configuration, the program requires Mozilla Firefox.

The program starts a browser window and emulates clicks in it. Please don't do anything inside that window. You may minimize it or 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 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

http://vimeo.com


Languages

Language:Python 99.9%Language:Batchfile 0.1%