From d297e53ccc91a569d7bf4f36a20a5b22b3ea01a3 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Sat, 27 Sep 2025 16:30:38 +0200 Subject: [PATCH] delete get_recipe_list script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit My script does not longer work as desired. I guess it’s today simpler to update the command list manually. In addition, it was used mainly by FFCommand_Engine, which is no longer maintained. --- scripts/get_recipe_list | 1 - 1 file changed, 1 deletion(-) delete mode 100644 scripts/get_recipe_list 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'