Skip to content

Commit

Permalink
Merge pull request #110 from utopiatopia/main
Browse files Browse the repository at this point in the history
Fix Reverse Image Search
  • Loading branch information
nobodywasishere authored Sep 6, 2024
2 parents f7acefb + 20eb192 commit b34febe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/bangs.json
Original file line number Diff line number Diff line change
Expand Up @@ -38793,9 +38793,9 @@
},
{
"s": "Google Reverse Image Search",
"d": "images.google.com",
"d": "lens.google.com",
"t": "gri",
"u": "https://images.google.com/searchbyimage?image_url={{{s}}}",
"u": "https://lens.google.com/uploadbyurl?url={{{s}}}",
"c": "Multimedia",
"sc": "Images"
},
Expand Down Expand Up @@ -77647,9 +77647,9 @@
},
{
"s": "Google Reverse Image Search",
"d": "images.google.com",
"d": "lens.google.com",
"t": "rgi",
"u": "https://images.google.com/searchbyimage?image_url={{{s}}}",
"u": "https://lens.google.com/uploadbyurl?url={{{s}}}",
"c": "Multimedia",
"sc": "Images"
},
Expand Down Expand Up @@ -104765,7 +104765,7 @@
"sc": "Topical"
},
{
"s": "Yandex",
"s": "Yandex Reverse Image Search",
"d": "yandex.com",
"t": "yri",
"u": "https://yandex.com/images/search?source=collections&&url={{{s}}}&rpt=imageview",
Expand Down

0 comments on commit b34febe

Please sign in to comment.