From b923008e11c844fbd2620f5885fb6ba167a7be56 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Thu, 16 Nov 2017 20:43:34 -0600 Subject: [PATCH] Update gelbooru tags filter --- lib/profiles/gelbooru.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/profiles/gelbooru.sh b/lib/profiles/gelbooru.sh index 7ffaa3b..82cf235 100644 --- a/lib/profiles/gelbooru.sh +++ b/lib/profiles/gelbooru.sh @@ -17,5 +17,5 @@ gelbooru_image_url_filter() { sed -e '/>Original imageOriginal image.*//i; s/^.*/,/

/!d; s/<\/li>/&\n/g' | sed -e '/class="tag-type-/!d; s/\([^?]\)<\/a>.*$/\1/; s/^.*>//; s/ /_/g' + sed -e '/
    /,/<\/ul>/!d; s/<\/li>/&\n/g' | sed -e '/class="tag-type-/!d; s/\([^?]\)<\/a>.*$/\1/; s/^.*>//; s/ /_/g' } -- 2.42.0