diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
