mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
17d62a7631
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
15 lines
494 B
Text
15 lines
494 B
Text
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
|