logo

searx

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

YouTube.xml (1464B)


  1. <ruleset name="YouTube (partial)">
  2. <target host="youtube.com" />
  3. <target host="*.youtube.com" />
  4. <exclusion pattern="^http://(?:www\.)?youtube\.com/crossdomain\.xml"/>
  5. <exclusion pattern="^http://(?:www\.)?youtube\.com/(?:apiplayer|api_video_info)"/>
  6. <exclusion pattern="^http://(?:[^/@:\.]+\.)?ytimg\.com/.*apiplayer[0-9]*\.swf"/>
  7. <target host="*.ytimg.com" />
  8. <target host="youtu.be" />
  9. <target host="youtube-nocookie.com"/>
  10. <target host="www.youtube-nocookie.com"/>
  11. <target host="*.googlevideo.com"/>
  12. <exclusion pattern="^http://([^/@:\.]+)\.googlevideo\.com/crossdomain\.xml"/>
  13. <!-- Not secured by server:
  14. -->
  15. <!--securecookie host="^\.youtube\.com$" name="^(GEUP|PREF|VISITOR_INFO1_LIVE|YSC)$" /-->
  16. <!-- observed ^. cookies:
  17. - use_hitbox
  18. - VISITOR_INFO1_LIVE
  19. - recently_watched_video_id_list
  20. - .youtube.com -->
  21. <securecookie host="^\.youtube\.com" name=".*"/>
  22. <rule from="^http://(www\.)?youtube\.com/"
  23. to="https://$1youtube.com/"/>
  24. <rule from="^http://(br|de|es|fr|il|img|insight|jp|m|nl|uk)\.youtube\.com/"
  25. to="https://$1.youtube.com/"/>
  26. <rule from="^http://([^/@:\.]+)\.ytimg\.com/"
  27. to="https://$1.ytimg.com/"/>
  28. <rule from="^http://youtu\.be/"
  29. to="https://youtu.be/"/>
  30. <rule from="^http://(?:www\.)?youtube-nocookie\.com/"
  31. to="https://www.youtube-nocookie.com/"/>
  32. <rule from="^http://([^/@:\.]+)\.googlevideo\.com/"
  33. to="https://$1.googlevideo.com/"/>
  34. </ruleset>