home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
Support for a site request thread
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="cane" data-source="post: 918603" data-attributes="member: 58680"><p>Messing around with site creator and trying to make my first site and came to one problem.</p><p> </p><p>[CODE]<Site name="24 sata TV" util="GenericSite" agecheck="false" enabled="true" lang="please fill"></p><p> <Description>please fill</Description></p><p> <Configuration></p><p> <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></p><p> <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">&nbsp;</span>\s*<span\sclass="time">(?<Duration>[^<]*)<span>&nbsp;</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></p><p> <item key="baseUrl"><![CDATA[http://www.24sata.tv/]]></item></p><p> </Configuration></p><p></Site>[/CODE]</p><p> </p><p>Categories successfully added, but in videos came to a problem. I get video URL to be:</p><p>[CODE]http://www.24sata.tv/47377[/CODE]</p><p>but there should be inserted /p/ and ti should be like this:</p><p>[CODE]www.24sata.tv/p/47377/[/CODE]</p><p>Is there a way to add string in middle of VideoUrl using VideoURL Regex?</p><p>Or maybe I'm doing it all the wrong way...</p></blockquote><p></p>
[QUOTE="cane, post: 918603, member: 58680"] Messing around with site creator and trying to make my first site and came to one problem. [CODE]<Site name="24 sata TV" 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="baseUrl"><![CDATA[http://www.24sata.tv/]]></item> </Configuration> </Site>[/CODE] Categories successfully added, but in videos came to a problem. I get video URL to be: [CODE]http://www.24sata.tv/47377[/CODE] but there should be inserted /p/ and ti should be like this: [CODE]www.24sata.tv/p/47377/[/CODE] Is there a way to add string in middle of VideoUrl using VideoURL Regex? Or maybe I'm doing it all the wrong way... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
Support for a site request thread
Contact us
RSS
Top
Bottom