From e51199bc5374ad910e45b002f13d7c94a6187dbe Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Fri, 18 Oct 2019 18:46:43 +0200 Subject: [PATCH] update to h5 --- 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 6d0bfe9..083e746 100644 --- a/scripts/get_recipe_list +++ b/scripts/get_recipe_list @@ -1 +1 @@ -curl https://amiaopensource.github.io/ffmprovisr/ -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/.*
\(.*\)<\/h5>/# \1/' | grep -v '\*\*\*' | sed -e 's/<[^>]*>//g'