From abfb9ea9821c9335a5623a69dc31a2d755ee5e97 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Sun, 24 Mar 2019 09:43:33 +0100 Subject: [PATCH] shorter one-liner --- scripts/get_recipe_list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_recipe_list b/scripts/get_recipe_list index 9464832..6d0bfe9 100644 --- a/scripts/get_recipe_list +++ b/scripts/get_recipe_list @@ -1 +1 @@ -curl https://amiaopensource.github.io/ffmprovisr/index.html -s | grep -E '

.*

|

.*

' | sed 's/.*\(.*\)<\/code>/\1/' | sed 's/.*

\(.*\)<\/h3>/# \1/' | grep -v '\*\*\*' | sed -e 's/<[^>]*>//g' +curl https://amiaopensource.github.io/ffmprovisr/ -s | grep -E '

.*

|

.*

' | sed 's/.*\(.*\)<\/code>/\1/' | sed 's/.*

\(.*\)<\/h3>/# \1/' | grep -v '\*\*\*' | sed -e 's/<[^>]*>//g'