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'