I can see a lot of requests about TV4 Play - tv4play.se but there seem to be no working solution. Perhaps we can fix something together?
I *think* we can find something interesting in these two examples:
<link rel="alternate" media="handheld" href="http://mobile.tv4.se" />
<meta name="title" content="Ap-tv med Zillah & Totte del 10" />
<link rel="image_src" href="http://cdn01.tv4.se/polopoly_fs/1.1542057!picture/3681986695.jpg_gen/derivatives/w219/3681986695.jpg" />
<link rel="video_src" href="http://www.tv4play.se/polopoly_fs/1.1615597!approot/tv4video.swf?videoId=1.1542057"/>
<meta name="video_height" content="321" />
<meta name="video_width" content="424" />
<meta name="video_type" content="application/x-shockwave-flash" />
<link rel="alternate" media="handheld" href="http://mobile.tv4.se" />
<meta name="title" content="112 - på liv och död del 8" />
<link rel="image_src" href="http://cdn01.tv4.se/polopoly_fs/1.1624106!picture/147178614.jpg_gen/derivatives/w219/147178614.jpg" />
<link rel="video_src" href="http://www.tv4play.se/polopoly_fs/1.1615597!approot/tv4video.swf?videoId=1.1624106"/>
<meta name="video_height" content="321" />
<meta name="video_width" content="424" />
<meta name="video_type" content="application/x-shockwave-flash" />
So a first try to understand the XML:
<Site name="TV4Play" util="GenericSite" agecheck="false" enabled="true" lang="sw">
<Configuration>
<item key="dynamicCategoryUrlDecoding"><![CDATA[False]]></item>
<item key="dynamicSubCategoryUrlDecoding"><![CDATA[False]]></item>
<item key="videoUrlDecoding"><![CDATA[False]]></item>
<item key="nextPageRegExUrlDecoding"><![CDATA[False]]></item>
<item key="prevPageRegExUrlDecoding"><![CDATA[False]]></item>
<item key="forceUTF8Encoding"><![CDATA[False]]></item>
<item key="videoUrlFormatString"><![CDATA[http://www.tv4play.se/polopoly_fs/1.1615597!approot/tv4video.swf?videoId={0}]]></item>
<item key="videoTitleXml"><![CDATA[tease_txt]]></item>
<item key="videoThumbXml"><![CDATA[image_src]]></item>
<item key="videoUrlXml"><![CDATA[video_id]]></item>
</Configuration>
<Categories>
<Category xsi:type="RssLink" name="Mest sedda">http://www.tv4play.se/1.960281?selectionId=1.1425984&categoryName=Tv4play+-+Mest+sedda</Category>
</Categories>
</Site>
I *think* we can find something interesting in these two examples:
<link rel="alternate" media="handheld" href="http://mobile.tv4.se" />
<meta name="title" content="Ap-tv med Zillah & Totte del 10" />
<link rel="image_src" href="http://cdn01.tv4.se/polopoly_fs/1.1542057!picture/3681986695.jpg_gen/derivatives/w219/3681986695.jpg" />
<link rel="video_src" href="http://www.tv4play.se/polopoly_fs/1.1615597!approot/tv4video.swf?videoId=1.1542057"/>
<meta name="video_height" content="321" />
<meta name="video_width" content="424" />
<meta name="video_type" content="application/x-shockwave-flash" />
<link rel="alternate" media="handheld" href="http://mobile.tv4.se" />
<meta name="title" content="112 - på liv och död del 8" />
<link rel="image_src" href="http://cdn01.tv4.se/polopoly_fs/1.1624106!picture/147178614.jpg_gen/derivatives/w219/147178614.jpg" />
<link rel="video_src" href="http://www.tv4play.se/polopoly_fs/1.1615597!approot/tv4video.swf?videoId=1.1624106"/>
<meta name="video_height" content="321" />
<meta name="video_width" content="424" />
<meta name="video_type" content="application/x-shockwave-flash" />
So a first try to understand the XML:
<Site name="TV4Play" util="GenericSite" agecheck="false" enabled="true" lang="sw">
<Configuration>
<item key="dynamicCategoryUrlDecoding"><![CDATA[False]]></item>
<item key="dynamicSubCategoryUrlDecoding"><![CDATA[False]]></item>
<item key="videoUrlDecoding"><![CDATA[False]]></item>
<item key="nextPageRegExUrlDecoding"><![CDATA[False]]></item>
<item key="prevPageRegExUrlDecoding"><![CDATA[False]]></item>
<item key="forceUTF8Encoding"><![CDATA[False]]></item>
<item key="videoUrlFormatString"><![CDATA[http://www.tv4play.se/polopoly_fs/1.1615597!approot/tv4video.swf?videoId={0}]]></item>
<item key="videoTitleXml"><![CDATA[tease_txt]]></item>
<item key="videoThumbXml"><![CDATA[image_src]]></item>
<item key="videoUrlXml"><![CDATA[video_id]]></item>
</Configuration>
<Categories>
<Category xsi:type="RssLink" name="Mest sedda">http://www.tv4play.se/1.960281?selectionId=1.1425984&categoryName=Tv4play+-+Mest+sedda</Category>
</Categories>
</Site>