diff options
| author | alex <alex@pdp7.net> | 2022-03-12 16:15:55 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2022-03-12 20:24:22 +0100 |
| commit | bc14047b4e8e1c59785eaba9df195e886ea926a3 (patch) | |
| tree | 457ed1ad901e6d7971749b0c57bdae87fb2f4ac9 /content/2007/12/mas-de-acrobacias-y-piruetas.gmi | |
| parent | 5b16cf6dfd4ed949b67a2ca5091b19893854d68d (diff) | |
Fixes
- Fix Irregular Webcomic links
$ find content/ -name '*.gmi' -execdir sed -i 's=http://uk.imdb.com/=https://www.imdb.com/=g' {} \;
$ find content/ -name '*.gmi' -execdir sed -i 's|http[^ ]*watch?v=|https://farside.link/invidious/watch?v=|g' {} \;
Diffstat (limited to 'content/2007/12/mas-de-acrobacias-y-piruetas.gmi')
| -rw-r--r-- | content/2007/12/mas-de-acrobacias-y-piruetas.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2007/12/mas-de-acrobacias-y-piruetas.gmi b/content/2007/12/mas-de-acrobacias-y-piruetas.gmi index 4b3a42c0..5580e534 100644 --- a/content/2007/12/mas-de-acrobacias-y-piruetas.gmi +++ b/content/2007/12/mas-de-acrobacias-y-piruetas.gmi @@ -3,6 +3,6 @@ The Wanted [1], del director de Guardianes de la Noche [2] y del Día [3] -=> http://www.youtube.com/watch?v=O7ftozVc3lI [1] The Wanted +=> https://farside.link/invidious/watch?v=O7ftozVc3lI [1] The Wanted => http://www.imdb.com/title/tt0403358/ [2] Guardianes de la Noche => http://www.imdb.com/title/tt0409904/ [3] Día
\ No newline at end of file |
