mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
16 lines
494 B
Text
16 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
|