Thanks for replay doskabouter. Yes the first part is always the same.
My regex returns only 47377, I get it from this part:
But when I get video list in video url http://24sata.tv/ is add at beginning and the result is http://24sata.tv/47377Code:onclick="play_clip_from_playlist('clip_47377')
Don't know how to avoid this string to be added at beginning.
Try this mate
Code:
<Site name="please fill" util="GenericSite" agecheck="false" enabled="true" lang="please fill">
<Description>please fill</Description>
<Configuration>
<item key="dynamicCategoriesRegEx"><![CDATA[<li>\s*<a\shref="(?<url>[^"]*)">\s*<span\sstyle="background-image:url\('(?<thumb>[^']*)'\);background-size:\s25px\s20px;">(?<title>[^<]*)</span>\s*</a>\s*</li>]]></item>
<item key="videoListRegEx"><![CDATA[<li\sid="clip_[^"]*"\spindex="[^"]*">\s*<h3>\s*<a\stitle="(?<Title>[^"]*)"\shref="javascript:void\(0\);"\sonclick="play_clip_from_playlist\('clip_(?<VideoUrl>[^']*)'\);">\s*<img\swidth="154"\sheight="103"\salt="[^"]*"\ssrc="(?<ImageUrl>[^"]*)">\s*<span\sclass="play_me"> </span>\s*<span\sclass="time">(?<Duration>[^<]*)<span> </span></span>\s*<span>\s*<strong>[^<]*</strong>(?<Description>[^<]*)</span>\s*</a>\s*</h3>\s*<span\sclass="tags"\sstyle="display:block;">(?:(?!<span\sclass="crea).)*<span\sclass="createtime">[^<]*</span>\s*</li>]]></item>
<item key="videoListRegExFormatString"><![CDATA[/p/{0}]]></item>
<item key="videoListUrlDecoding"><![CDATA[UrlDecode]]></item>
<item key="videoUrlDecoding"><![CDATA[UrlDecode]]></item>
<item key="fileUrlFormatString"><![CDATA[{0} ]]></item>
<item key="baseUrl"><![CDATA[http://www.24sata.tv/]]></item>
<item key="resolveHoster"><![CDATA[FromUrl]]></item>
</Configuration>
</Site>
New Zealand