Add Nitter instance links - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 0831675949acf8c99b9fb190f26e96d9c1e77f84 | |
parent 3e8d3124b70d6402390b6297c9bb294628779bcb | |
Author: Eddie Thieda <[email protected]> | |
Date: Tue, 8 Feb 2022 04:45:47 -0500 | |
Add Nitter instance links | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-add-hashtag | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-add-hashtag b/annna-add-hashtag | |
@@ -25,7 +25,7 @@ dltag() { | |
cd "${memecachedir}" | |
error=0 | |
case "$uri" in | |
- *4chan.org*|*afreecatv.com*|*artstation.com*|*asiansister.com*|*asmhen… | |
+ *4chan.org*|*afreecatv.com*|*artstation.com*|*asiansister.com*|*asmhen… | |
youtube-dl -o "${stag}.%(ext)s" "${uri}" | |
if [ $? -gt 0 ]; | |
then |