diff options
author | crocket <crockabiscuit@yahoo.com> | 2010-12-24 13:17:52 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-24 13:17:52 -0200 |
commit | 17d62a7631f03038020cfc264cc2607e96ffafa2 (patch) | |
tree | ec95c934748f0f8d175d8230929f42e30e1090b9 /network/cclive/README | |
parent | cc29fb847e42f28f8632eaa23023dcf2d6eeab3f (diff) | |
download | slackbuilds-17d62a7631f03038020cfc264cc2607e96ffafa2.tar.gz |
network/cclive: Added (flash video downloader)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/cclive/README')
-rw-r--r-- | network/cclive/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/network/cclive/README b/network/cclive/README new file mode 100644 index 0000000000..6386ae5bf2 --- /dev/null +++ b/network/cclive/README @@ -0,0 +1,15 @@ +cclive is a command line tool for downloading videos from Youtube and +other similar video websites that require Adobe Flash to view the +video content. It has low memory footprint compared to other similar +tools. It is a rewrite ot the clive software in C++, and it is free +software, licensed under the GPLv3. + +This requires quvi. + +If you put the below lines in $HOME/.ccliverc, the output filename would +look nice. + +filename-format="%t.%s" +regexp="/(\w|\s)/g" +substitute="s/\s/_/g" +format=best |