Added more youtube-dl supported sites to archive from. - annna - Annna the nice… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 3b20ced9286a24e6e59e9c7e5b201a09157e0347 | |
parent 2da00c7c571d3742ed1575da40bfc416fbf6b554 | |
Author: Eddie Thieda <[email protected]> | |
Date: Wed, 26 Jan 2022 11:46:21 -0500 | |
Added more youtube-dl supported sites to archive from. | |
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 | |
- *youtube.com*|*youtu.be*|*yewtu.be*|*dumpert.nl*|*vimeo.com*|*twitter.… | |
+ *4chan.org*|*afreecatv.com*|*artstation.com*|*asiansister.com*|*asmhen… | |
youtube-dl -o "${stag}.%(ext)s" "${uri}" | |
if [ $? -gt 0 ]; | |
then |