ffmprovisr/scripts/get_recipe_list
2019-03-24 09:36:03 +01:00

2 lines
225 B
Plaintext

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'