diff --git a/scripts/get_recipe_list b/scripts/get_recipe_list deleted file mode 100644 index 083e746..0000000 --- a/scripts/get_recipe_list +++ /dev/null @@ -1 +0,0 @@ -curl https://amiaopensource.github.io/ffmprovisr/ -s | grep -E '
.*
|

.*

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