mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-06-25 12:17:51 +02:00
Create get_recipe_list
This commit is contained in:
1
scripts/get_recipe_list
Normal file
1
scripts/get_recipe_list
Normal 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'
|
Reference in New Issue
Block a user