I'm doing it with the generic site creator tool. A util with login would be interesting, I don't know anything about util creation yet... Anyway, this is how far I've come, I found out where to get the file URL and that seems to work ok at the moment, movie starts. It needs to be a bit more polished:
Code:
<Site name="Swefilmer" util="GenericSite" agecheck="false" enabled="true" lang="sv">
<Description>Swefilmer</Description>
<Configuration>
<item key="dynamicCategoriesRegEx"><![CDATA[<li\sclass=""><a\shref="(?<url>[^"]*)">(?<title>[^<]*)</a>]]></item>
<item key="videoListRegEx"><![CDATA[<div\sclass="video_i">\s*<a\shref="(?<VideoUrl>[^"]*)">\s*<img\ssrc="(?<ImageUrl>[^"]*)"\salt="(?<Title>[^"]*)"\sclass="imag"\swidth="116"\sheight="87"/><div\sclass="tag"></div>\s*</a>]]></item>
<item key="playlistUrlRegEx"><![CDATA[</noscript>\s*<iframe\ssrc="(?<url>[^>]*)></iframe>]]></item>
<item key="fileUrlRegEx"><![CDATA[url360=(?<m0>[^&]*)&url480=(?<m1>[^&]*)&url720=(?<m2>[^&]*)&]]></item>
<item key="baseUrl"><![CDATA[http://www.swefilmer.com]]></item>
</Configuration>
</Site>