mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-15 10:19:56 +02:00
Merge pull request #481 from amiaopensource/delete_script
delete `get_recipe_list` script
This commit is contained in:
@@ -53,8 +53,6 @@ ffmpeg command n-1
|
|||||||
ffmpeg command n
|
ffmpeg command n
|
||||||
```
|
```
|
||||||
|
|
||||||
The used [one-liner](scripts/get_recipe_list) is in the `scripts` folder.
|
|
||||||
|
|
||||||
## How do I contribute?
|
## 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.
|
You are welcome to edit the codebase yourself, or just supply the information and ask it to be added to the site.
|
||||||
|
@@ -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'
|
|
Reference in New Issue
Block a user