logo

searx

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

GoogleVideos.xml (4342B)


  1. <ruleset name="Google Videos">
  2. <target host="*.google.com" />
  3. <target host="google.com" />
  4. <target host="www.google.com.*" />
  5. <target host="google.com.*" />
  6. <target host="www.google.co.*" />
  7. <target host="google.co.*" />
  8. <target host="www.google.*" />
  9. <target host="google.*" />
  10. <rule from="^http://encrypted\.google\.com/videohp"
  11. to="https://encrypted.google.com/videohp" />
  12. <!-- https://videos.google.com is currently broken; work around that... -->
  13. <rule from="^https?://videos?\.google\.com/$"
  14. to="https://encrypted.google.com/videohp" />
  15. <rule from="^http://(?:www\.)?google\.com/videohp"
  16. to="https://encrypted.google.com/videohp" />
  17. <rule from="^http://(?:images|www|encrypted)\.google\.com/(.*tbm=isch)"
  18. to="https://encrypted.google.com/$1" />
  19. <rule
  20. from="^http://(?:www\.)?google\.(?:com?\.)?(?:au|ca|gh|ie|in|jm|ke|lk|my|na|ng|nz|pk|rw|sl|sg|ug|uk|za|zw)/videohp"
  21. to="https://encrypted.google.com/videohp" />
  22. <rule
  23. from="^http://(?:www\.)?google\.(?:com?\.)?(?:ar|bo|cl|co|cu|cr|ec|es|gt|mx|pa|pe|py|sv|uy|ve)/videohp$"
  24. to="https://encrypted.google.com/videohp?hl=es" />
  25. <rule
  26. from="^http://(?:www\.)?google\.(?:com\.)?(?:ae|bh|eg|jo|kw|lb|ly|om|qa|sa)/videohp$"
  27. to="https://encrypted.google.com/videohp?hl=ar" />
  28. <rule from="^http://(?:www\.)?google\.(?:at|ch|de)/videohp$"
  29. to="https://encrypted.google.com/videohp?hl=de" />
  30. <rule from="^http://(?:www\.)?google\.(fr|nl|it|pl|ru|bg|pt|ro|hr|fi|no)/videohp$"
  31. to="https://encrypted.google.com/videohp?hl=$1" />
  32. <rule from="^http://(?:www\.)?google\.com?\.(id|th|tr)/videohp$"
  33. to="https://encrypted.google.com/videohp?hl=$1" />
  34. <rule from="^http://(?:www\.)?google\.com\.il/videohp$"
  35. to="https://encrypted.google.com/videohp?hl=he" />
  36. <rule from="^http://(?:www\.)?google\.com\.kr/videohp$"
  37. to="https://encrypted.google.com/videohp?hl=ko" />
  38. <rule from="^http://(?:www\.)?google\.com\.kz/videohp$"
  39. to="https://encrypted.google.com/videohp?hl=kk" />
  40. <rule from="^http://(?:www\.)?google\.com\.jp/videohp$"
  41. to="https://encrypted.google.com/videohp?hl=ja" />
  42. <rule from="^http://(?:www\.)?google\.com\.vn/videohp$"
  43. to="https://encrypted.google.com/videohp?hl=vi" />
  44. <rule from="^http://(?:www\.)?google\.com\.br/videohp$"
  45. to="https://encrypted.google.com/videohp?hl=pt-BR" />
  46. <rule from="^http://(?:www\.)?google\.se/videohp$"
  47. to="https://encrypted.google.com/videohp?hl=sv" />
  48. <!-- If there are URL parameters, keep them. -->
  49. <rule
  50. from="^http://(?:www\.)?google\.(?:com?\.)?(?:ar|bo|cl|co|cu|cr|ec|es|gt|mx|pa|pe|py|sv|uy|ve)/videohp\?"
  51. to="https://encrypted.google.com/videohp?hl=es&#38;" />
  52. <rule
  53. from="^http://(?:www\.)?google\.(?:com\.)?(?:ae|bh|eg|jo|kw|lb|ly|om|qa|sa)/videohp\?"
  54. to="https://encrypted.google.com/videohp?hl=ar&#38;" />
  55. <rule from="^http://(?:www\.)?google\.(?:at|ch|de)/videohp\?"
  56. to="https://encrypted.google.com/videohp?hl=de&#38;" />
  57. <rule from="^http://(?:www\.)?google\.(fr|nl|it|pl|ru|bg|pt|ro|hr|fi|no)/videohp\?"
  58. to="https://encrypted.google.com/videohp?hl=$1&#38;" />
  59. <rule from="^http://(?:www\.)?google\.com?\.(id|th|tr)/videohp\?"
  60. to="https://encrypted.google.com/videohp?hl=$1&#38;" />
  61. <rule from="^http://(?:www\.)?google\.com\.il/videohp\?"
  62. to="https://encrypted.google.com/videohp?hl=he&#38;" />
  63. <rule from="^http://(?:www\.)?google\.com\.kr/videohp\?"
  64. to="https://encrypted.google.com/videohp?hl=ko&#38;" />
  65. <rule from="^http://(?:www\.)?google\.com\.kz/videohp\?"
  66. to="https://encrypted.google.com/videohp?hl=kk&#38;" />
  67. <rule from="^http://(?:www\.)?google\.com\.jp/videohp\?"
  68. to="https://encrypted.google.com/videohp?hl=ja&#38;" />
  69. <rule from="^http://(?:www\.)?google\.com\.vn/videohp\?"
  70. to="https://encrypted.google.com/videohp?hl=vi&#38;" />
  71. <rule from="^http://(?:www\.)?google\.com\.br/videohp\?"
  72. to="https://encrypted.google.com/videohp?hl=pt-BR&#38;" />
  73. <rule from="^http://(?:www\.)?google\.se/videohp\?"
  74. to="https://encrypted.google.com/videohp?hl=sv&#38;" />
  75. <rule from="^http://video\.google\.com/ThumbnailServer2"
  76. to="https://video.google.com/ThumbnailServer2" />
  77. </ruleset>