The idea here is to make it so slow that it is practically to view youtube video. Here is what I did:
class-map match-any cciesec
match protocol http url "*.youtube.com*"
policy-map cciesec
class cciesec
set ip dscp cs4
police 8000 conform-action transmit exceed-action drop violate-action drop
interface g0/0
service-policy input cciesec
This way watching video on youtube will be very painful.
Does that help?