Has anyone worked out a way to get images to come up in a feed? I'm trying to make a search connector each of the 'Booru' clones.
Gelbooru.com Konachan.com: Anime, Manga and Japanese Games Wallpapers Imageboard. Danbooru moe.imouto
So far I have the following:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1… xmlns:ms-
ose="http://schemas.microsoft.com/open…
<ShortName>danbooru</ShortName>
<Description>Search danbooru.donmai.us for Anime images</Description>
<Url type="application/rss+xml" template="http://api.bing.com/images.asp…
site:danbooru.donmai.us&web.count=50"/…
<Url type="text/html" template="http://www.bing.com/images/sea…
{searchTerms}+site:danbooru.donmai.us"…
</OpenSearchDescription> Unfortunately the Bing search engine only returns text feeds which screws me over but most of the Booru clones have atom for rss.
BTW, is it possible to modify the search connectors to search all the 'Booru's at once? Or must they be done individually?
And is there any way to get Bing to return the feed as images? Or is there another way I can get image results to appear in windows explorer?