diff --git a/readme.md b/readme.md index 9d6a24f..f54577a 100644 --- a/readme.md +++ b/readme.md @@ -53,8 +53,6 @@ ffmpeg command n-1 ffmpeg command n ``` -The used [one-liner](scripts/get_recipe_list) is in the `scripts` folder. - ## How do I contribute? You are welcome to edit the codebase yourself, or just supply the information and ask it to be added to the site. 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 '
.*
\(.*\)<\/code>/\1/' | sed 's/.*\(.*\)<\/h5>/# \1/' | grep -v '\*\*\*' | sed -e 's/<[^>]*>//g'