diff options
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 |