Advertisement
ujiajah1

youtubeaset-squid

Jun 7th, 2016
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 1.09 KB | None | 0 0
  1. acl youtubeaset url_regex -i ^https?\:\/\/(.*\.*ytimg\.com.*\/)(\.?.*).*
  2. acl youtubeaset  url_regex -i ^https?\:\/\/(.*\.*ggpht.com.*\/)(\.?.*).*
  3.  
  4. refresh_pattern -i  ^https?\:\/\/(.*\.*ytimg\.com.*\/)(\.?.*).* 432000 100% 432000 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-store ignore-private ignore-auth ignore-must-revalidate
  5. refresh_pattern -i  ^https?\:\/\/(.*\.*ggpht.com.*\/)(\.?.*).* 432000 100% 432000 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-store ignore-private ignore-auth ignore-must-revalidate
  6.  
  7. store_id_access allow youtubeaset
  8.  
  9.  
  10. store-id.pl =
  11. } elsif ($u=~ m/^https?\:\/\/(.*\.*ytimg\.com.*\/)(\.?.*).*/) {
  12.     $out="OK store-id=http://ytimg.squid.internal/" . $1 . "/" . $2;
  13.  
  14. } elsif ($u=~ m/^https?\:\/\/(.*\.*ggpht.com.*\/)(\.?.*).*/) {
  15.     $out="OK store-id=http://yt3.squid.internal/" . $1 . "/" . $2; 
  16. ======================================================================================================================
  17. link rubular =
  18. ytimg = http://www.rubular.com/r/kdrDfeuxSA
  19. ggpht = http://www.rubular.com/r/lGki6sd5If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement