aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 846ade89..14054351 100644
--- a/README.md
+++ b/README.md
@@ -128,3 +128,9 @@ The `fix.py` script takes all `.gmi` files in the `md` directory, "fixes" them i
```
$ ./fix.py
```
+
+## More stuff
+
+```
+$ find content/ -name '*.gmi' -execdir sed -i 's|http[^ ]*watch?v=|https://farside.link/invidious/watch?v=|g' {} \;
+``` \ No newline at end of file