Illegal URL characters in redirected URL (1 Viewer)

oshri

Portal Member
November 29, 2010
48
0
Home Country
Israel Israel
i looked at it again and i'm back to the illegal characters in the redirected url
these are the configurations for the site
<Configuration>
<item key="dynamicCategoriesRegEx"><![CDATA[<a\ssectionid="(?<url>[^"]*)"\sclass="t\d{3,6}_SectionLink"\sid="t\d{3,6}_SectionLink\d{3,7}"\shref="/Section/\?SectionId=(?<url>[^"]*)"\sonclick="t\d{2,7}\.getData\(\d{3,7},\sthis\);return\sfalse;">(?<title>[^<]*)</a>]]></item>
<item key="dynamicCategoryUrlFormatString"><![CDATA[/Section/?SectionId={0}]]></item>
<item key="videoListRegEx"><![CDATA[alt="(?<Title>[^"]*)"\ssrc="(?<ImageUrl>[^"]*)"></img></a></div><div\sclass="inner_box_left"\sstyle="height:\d{2,3}px;width:\d{2,3}px;/\*float:right;\.margin-top:\d{1,3}px;\spadding-right:\d{1,3}px;\s_padding-right:5px;\*/"><a\sclass="sbtitBldTxt"\sonmousedown="return\sClickReport\('ClickArticle','\d{3,8}'\);"\shref="(?<VideoUrl>[^"]*)">(?<Title>[^<]*)</a><div\sclass="box_text_bodyFix"]]></item>
<item key="playlistUrlRegEx"><![CDATA[amp;VideoID=(?<url>[^&]*)&amp]]></item>
<item key="playlistUrlFormatString"><![CDATA[http://10tv.nana10.co.il/Video/?VideoID={0}]]></item>
<item key="fileUrlRegEx"><![CDATA[var\sVideoLinkHQ\s*=\s"http(?<m0>[^"]*)";]]></item>
<item key="fileUrlFormatString"><![CDATA[mms{0}]]></item>
<item key="baseUrl"><![CDATA[http://10tv.nana10.co.il/Category/?CategoryID=400008]]></item>
<item key="getRedirectedFileUrl"><![CDATA[True]]></item>
</Configuration>
note that in the end
<item key="getRedirectedFileUrl"><![CDATA[True]]></item>
this redirects to a url which has illegal sign in it "|" and that is why onlinevideos cant play it.
is there an option for url encoding in the getRedirectedFileUrl section?

Thanks
Oshri
 

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    It's fixed in the current svn, so either compile your plugin yourself, or wait till the next release :)
     

    Users who are viewing this thread

    Top Bottom