Sorry, if my remark is not actual (no way of reading the whole tread). Concernin' video.mail.ru parcer reg. expr. string: i found that URL's like this:
Code:
http://video.mail.ru/mail/_user/-/18.html
can't be parsed correctly with the orig. string
Code:
http://video\.mail\.ru/([\w]+)/([\w\.]+)/(\w+)/(\d+)\.html[\w\?=]*
, so use this one instead:
Code:
http://video\.mail\.ru/([\w]+)/([\w\.]+)/([\w\.\-]+)/(\d+)\.html[\w\?=]*
P.S. sorry for my poor eng.