scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 3526242442c55b256f8f784f417cc89a20a46f53
parent ba1dcc69e001c42c3b29709d572ef07a03667063
Author: cipher <haris@2f30.org>
Date:   Sat, 19 Apr 2014 16:07:23 +0300

add webm format

Diffstat:
M4chanfetch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/4chanfetch b/4chanfetch @@ -18,7 +18,7 @@ pullthread() { return 1 fi - egrep '//i.4cdn.org/[a-z0-9]+/src/([0-9]*).(jpg|png|gif)' ${tmp} -o | uniq > ${tmp2} + egrep '//i.4cdn.org/[a-z0-9]+/src/([0-9]*).(jpg|png|gif|webm)' ${tmp} -o | uniq > ${tmp2} sed 's|//i|http://i|g' ${tmp2} > ${tmp}