Youtube HD
Cache video caches Youtube files in the standard quality.When we click the HQ/HD button the movie is going from the cache and it is not in High quality but in the cached low quality .I have a partial fix to this.I adden two lines in the url_rewrite section:
acl videocache_deny1_url urlpath_regex -i (&itag=22|&itag=35|&itag=18|&itag=6)
url_rewrite_access deny videocache_deny1_url
Thoose lines makes that squid plays files with high quality directly from the site and the standard quality movies are still played from the cachevideo.
