diff --git a/scripts/get_recipe_list b/scripts/get_recipe_list new file mode 100644 index 0000000..9464832 --- /dev/null +++ b/scripts/get_recipe_list @@ -0,0 +1 @@ +curl https://amiaopensource.github.io/ffmprovisr/index.html -s | grep -E '
.*
\(.*\)<\/code>/\1/' | sed 's/.*\(.*\)<\/h3>/# \1/' | grep -v '\*\*\*' | sed -e 's/<[^>]*>//g'