##// END OF EJS Templates
Added tineye image search
neko259 -
r1813:edccce00 default
parent child Browse files
Show More
@@ -198,6 +198,11 b' class ImageViewer(AbstractViewer):'
198 'label': 'iqdb',
198 'label': 'iqdb',
199 'url': 'http://iqdb.org/?url={}'.format(image_url)
199 'url': 'http://iqdb.org/?url={}'.format(image_url)
200 })
200 })
201 items.append({
202 'name': 'tineye',
203 'label': 'TinEye',
204 'url': 'http://tineye.com/search?url={}'.format(image_url)
205 })
201
206
202 return items
207 return items
203
208
General Comments 0
You need to be logged in to leave comments. Login now