Create get_recipe_list

This commit is contained in:
Reto Kromer 2019-03-24 09:36:03 +01:00 committed by GitHub
parent 5b795e53dd
commit c26c0d57ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
scripts/get_recipe_list Normal file
View File

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