Show More
@@ -198,6 +198,11 b' class ImageViewer(AbstractViewer):' | |||
|
198 | 198 | 'label': 'iqdb', |
|
199 | 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 | 207 | return items |
|
203 | 208 |
General Comments 0
You need to be logged in to leave comments.
Login now