Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- acl youtubeaset url_regex -i ^https?\:\/\/(.*\.*ytimg\.com.*\/)(\.?.*).*
- acl youtubeaset url_regex -i ^https?\:\/\/(.*\.*ggpht.com.*\/)(\.?.*).*
- 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
- 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
- store_id_access allow youtubeaset
- store-id.pl =
- } elsif ($u=~ m/^https?\:\/\/(.*\.*ytimg\.com.*\/)(\.?.*).*/) {
- $out="OK store-id=http://ytimg.squid.internal/" . $1 . "/" . $2;
- } elsif ($u=~ m/^https?\:\/\/(.*\.*ggpht.com.*\/)(\.?.*).*/) {
- $out="OK store-id=http://yt3.squid.internal/" . $1 . "/" . $2;
- ======================================================================================================================
- link rubular =
- ytimg = http://www.rubular.com/r/kdrDfeuxSA
- ggpht = http://www.rubular.com/r/lGki6sd5If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement