Thank you again, but I have new problem.
Because httputils2 sends all requests simultaneously I'm now getting error for too many calls:
"<?xml version='1.0' encoding='UTF-8'?><errors><error><domain>yt:quota</domain><code>too_many_recent_calls</code></error></errors>".
Is there another way to do this (not using httputils2) where I could send requests one by one with some pause between them:
- send request
- wait for result
- pause
and repeat that for all links.