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'