Adding #chaplin-meme-origin tag. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 4a9225fa4431b8636e9d75ce07f9f508ae72c74b | |
parent 235ea248777506f6d519ec7899d11c44fbed9629 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 4 Aug 2022 19:45:07 +0200 | |
Adding #chaplin-meme-origin tag. | |
Diffstat: | |
M annna-add-hashtag | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-add-hashtag b/annna-add-hashtag | |
@@ -282,7 +282,7 @@ processtag() { | |
uri="$2" | |
cd "${memecachedir}" | |
- tagfile="$(basename "$(find . -name "${stag}.*" | grep -v .orig)")" | |
+ tagfile="$(basename "$(find . -name "${stag}.*" | grep -v '\.orig$')")" | |
# In case youtube-dl mangled with the extension, rename to what file | |
# suggests us as ending. |