]> CyberLeo.Net >> Repos - CDN/taggery.git/blob - lib/profiles/gelbooru
DRY
[CDN/taggery.git] / lib / profiles / gelbooru
1 gelbooru_image_url_filter() {
2   sed -e '/>Original image</!d; s/>Original image.*//i; s/^.*<a //i; s/^.*href="\([^"]*\)".*$/\1/i'
3 }
4 gelbooru_image_tags_filter() {
5   sed -e '/id="tag-sidebar"/!d; s/<\/li>/&\n/g' | sed -e '/class="tag-type-/!d; s/\([^?]\)<\/a>.*$/\1/; s/^.*>//; s/ /_/g'
6 }
7 taggery_fmturl="http://gelbooru.com/index.php?page=post&s=view&id=%s"
8 taggery_image_url_filter=gelbooru_image_url_filter
9 taggery_image_tags_filter=gelbooru_image_tags_filter