Hi,
just change the last rule as follow.
Replace this piece:
{preg_match 5}/:\/\/([^\/]+)\/([^\/]+)\/([^\/]+)\/([^:]+):(.*)-([0-9]{12,13})\//i{/preg_match}
With this piece:
{preg_match 5}/:\/\/([^\/]+)\/([^\/]+)\/([^\/]+)\/([^:]+):(.*)_c[0-9]{3,4}_m[0-9]{3,4}\//i{/preg_match}
Cheers,
Luigi