clive

 

FAQ

Be sure to read the clive manual page, also.
 

Does clive work with any website?

No. Only the supported websites.
 

Can you add support for $host?

Depends.
If unsure, contact the author via the support tracker.
 

What are the steps to manually uninstall clive?

Assuming you have installed clive from the source code tarball and "make uninstall" has failed for some reason. You can manually remove the following files:

% rm -rf $prefix/lib/python$release/site-packages/clive
% rm $prefix/bin/clive
% rm $prefix/man/man1/clive.*

Where $prefix is typically "/usr" or "/usr/local" and where $release is the Python release (e.g. "2.5").
 

Why are some characters missing from the video filenames

clive uses a very strict title filter. By default, it accepts only the A-Z, a-z and 0-9 characters. This topic is covered in greater detail in the manual page.