logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

GoogleImages.xml (1808B)


  1. <!--
  2. For other Google coverage, see GoogleServices.xml.
  3. Problematic domains:
  4. - www.google.bo *
  5. - www.google.co *
  6. - www.google.ec *
  7. - www.google.in *
  8. - www.google.kr *
  9. - www.google.com.kz **
  10. - www.google.com.lk *
  11. - www.google.mx **
  12. - www.google.sg *
  13. - www.google.sl *
  14. - www.google.ug *
  15. - www.google.vn *
  16. * 404; mismatched, CN: google.com
  17. ** Works; mismatched, CN: google.com
  18. -->
  19. <ruleset name="Google Images">
  20. <target host="google.*" />
  21. <target host="www.google.*" />
  22. <target host="google.co.*" />
  23. <target host="www.google.co.*" />
  24. <target host="google.com" />
  25. <target host="images.google.com" />
  26. <target host="google.com.*" />
  27. <target host="www.google.com.*" />
  28. <!--
  29. Only handle image-related paths in this ruleset:
  30. -->
  31. <exclusion pattern="^http://(?:www\.)?google(?:\.com?)?\.\w{2,3}/(?!(?:advanced_image_search|imghp|.*tb(?:m=isch|s=sbi)))" />
  32. <rule from="^http://(?:www\.)?google\.com/"
  33. to="https://www.google.com/" />
  34. <rule from="^http://images\.google\.com/"
  35. to="https://images.google.com/" />
  36. <!-- First handle problematic domains:
  37. -->
  38. <rule from="^http://(?:www\.)?google\.co/"
  39. to="https://www.google.com/" />
  40. <rule from="^http://(?:www\.)?google\.(?:co\.)?(in|kr|ug)/"
  41. to="https://www.google.co.$1/" />
  42. <rule from="^http://(?:www\.)?google\.(?:com\.)?(kz|lk)/"
  43. to="https://www.google.$1/" />
  44. <rule from="^http://(?:www\.)?google\.(?:com\.)?(bo|ec|mx|sg|sl|vn)/"
  45. to="https://www.google.com.$1/" />
  46. <!-- And then the rest:
  47. -->
  48. <rule from="^http://(?:www\.)?google\.(com?\.)?(ae|ar|at|au|bg|bh|br|ca|ch|cl|co|cr|cu|de|eg|es|fi|fr|gh|gt|hr|id|ie|il|it|jo|jp|jm|ke|kw|lb|ly|my|na|ng|nl|no|nz|om|pa|pe|pk|pl|pt|py|qa|ro|ru|rw|sa|se|sv|th|tr|uk|uy|ve|za|zw)/"
  49. to="https://www.google.$1$2/" />
  50. </ruleset>