Sun Oct 30, 2011 10:55 am
Currently I use this: ^.*get.+\.zip.*$
but also the following failed to catch such mentioned above urls: "^.*get.+\\.zip.*\$"
Second when I browse any website had a video clip with ext like .flv, I can not paly this clip because of L7 pro.
How I can differentiate between downloading files and playing file inside the browser?
finally, what about HTTPS Can MK detect me when I am downloading form rapidshare during https?
I tried but my regexp also failed.
FLV: ^.*get.+\.flv.*$
Last edited by
salytwo on Sun Oct 30, 2011 11:01 am, edited 1 time in total.