Video extraction utility for YouTube, GoogleVideo, and others Maintained by:nivit@FreeBSD.org Port Added: 19 Jan 2009 22:58:08 License: not specified in port
clive is a command line tool for extracting videos from Youtube,
Google Video, Dailymotion, Guba (free), Stage6, Metacafe, LastFm,
Sevenload websites.
clive is written in Python and is cross-platform.
Main features:
- Proxy support; option and http_proxy environment setting
- Youtube log-in support with flagged-content override
- High/low-quality support where applicable (e.g. Youtube)
- Chaining with a 3rd party player software for playing
- Chaining with ffmpeg for subsequent re-encoding
- URL caching; re-fetch video page only when necessary
- Gzip compressed video page data transfers
- Integration with X clipboard (with xclip)
- RSS/Atom parsing with video selection interface
- Continue partially downloaded files
- Recall last URL batch
- Supports UNIX pipes
- URL batch support
WWW: http://clive.sourceforge.net/
To install the port:cd /usr/ports/multimedia/clive1/ && make install clean To add the package:pkg_add -r py26-clive
Configuration Options
===> The following configuration options are available for py25-clive-1.0.2_1:
FEEDPARSER=off (default) "Enable feed parsing"
FFMPEG=off (default) "Install ffmpeg for re-encoding"
MPLAYER=off (default) "Install mplayer as video player"
NEWT=off (default) "Install devel/newt (support for a simple GUI)"
PYCRYPTO=off (default) "Install pycrypto to encrypt login password"
SQLITE3=off (default) "Install sqlite3 for caching visited URLs"
VLC=off (default) "Install vlc as video player"
XCLIP=off (default) "Install xclip (read URLs from clipboard)"
XINE=off (default) "Install xine as video player"
===> Use 'make config' to modify these settings