changed format of translation xml files - now using Transifex
changed format of translation xml files - now using Transifex
I'm using mp in Swedish and with ov 1.4 the Swedish translation got some kind of encoding error, see attached picture.
<Categories>
<Category xsi:type="RssLink" name="Videos">
<SubCategories>
<Category xsi:type="RssLink" name="Title1">http://url1</Category>
<Category xsi:type="RssLink" name="Title2">http://url2</Category>
</SubCategories>http://www.rtl7darts.nl/video</Category>
</Categories>
<Site name="EX.ua" util="GenericSite" agecheck="false" enabled="true" lang="--" lastUpdated="2013-01-02T04:49:05.5348966+02:00">
<Description>Completely Free File Hosting for files exchange with online watch service.
These RegExps can parse links to video files prepared for online watch.
Videos available in several languagues, but mostly in Russian and Ukrainian.
Site limitations:
- no solid structure; no alphabetical sorting - use search and next/prev. links;
- not all of the uploaded video currently available as FLV streams;
- description, video format and quality are up to uploader only;
- no child protection.
Plugin/regexps limitations:
- cannot parse subcategories inside another subcategory; use search or make a copy with BaseUrl changed to one level down to get there, for example to Polish part of the site;
- intentionally does not parse links to files not available as FLV streams to avoid MP freezes</Description>
<Configuration>
<item key="dynamicCategoriesRegEx"><![CDATA[<b>(?<title>[^<]*)</b></a><p><a\shref='(?<url>[^\?]*)[^']*'\sclass=info>(?<description>[^<]*)</a> ]]></item>
<item key="dynamicCategoryUrlFormatString"><![CDATA[http://www.ex.ua{0}?r=81708]]></item>
<item key="dynamicSubCategoriesRegEx"><![CDATA[<b>(?<title>[^<]*)</b></a><p><a\shref='(?<url>[^,]*)[^']*'\sclass=info>(?<description>[^<]*)</a> ]]></item>
<item key="dynamicSubCategoryUrlFormatString"><![CDATA[http://www.ex.ua{0},81708]]></item>
<item key="videoListRegEx"><![CDATA[<img\ssrc='(?<ImageUrl>[^?]*)?[^a]*alt='(?<Title>[^']*)'></a><p><a\shref='(?<VideoUrl>[^,]*),[^']*'><b>[^<]*</b></a><br><a\shref=[^=]*=[^&]* ]]></item>
<item key="videoListRegExFormatString"><![CDATA[http://www.ex.ua{0},23775,81708]]></item>
<item key="nextPageRegEx"><![CDATA[id="browse_next"\shref="(?<url>[^"]*)"]]></item>
<item key="nextPageRegExUrlFormatString"><![CDATA[{0}]]></item>
<item key="prevPageRegEx"><![CDATA[id="browse_prev"\shref="(?<url>[^"]*)"]]></item>
<item key="prevPageRegExUrlFormatString"><![CDATA[{0}]]></item>
<item key="fileUrlRegEx"><![CDATA[\s"url":\s"http://(?<m0>[^/]*)/show/(?<m1>[^/]*)/(?<m2>[^\.]*)\.flv"(?=.+?\k<m1>'\stitle='(?<n0>[^']+)')]]></item>
<item key="fileUrlFormatString"><![CDATA[http://{0}/show/{1}/{2}.flv]]></item>
<item key="searchUrl"><![CDATA[http://www.ex.ua/search?s={0}]]></item>
<item key="baseUrl"><![CDATA[http://www.ex.ua/view/81708]]></item>
<item key="forceUTF8Encoding"><![CDATA[True]]></item>
<item key="getRedirectedFileUrl"><![CDATA[True]]></item>
</Configuration>
</Site>