Merge pull request #481 from amiaopensource/delete_script

delete `get_recipe_list` script
This commit is contained in:
Andrew Weaver
2025-09-29 09:14:48 -07:00
committed by GitHub
2 changed files with 0 additions and 3 deletions

View File

@@ -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.

View File

@@ -1 +0,0 @@
curl https://amiaopensource.github.io/ffmprovisr/ -s | grep -E '<h5>.*</h5>|<p><code>.*</code></p>' | sed 's/.*<code>\(.*\)<\/code>/\1/' | sed 's/.*<h5>\(.*\)<\/h5>/# \1/' | grep -v '\*\*\*' | sed -e 's/<[^>]*>//g'