Help with a new site (1 Viewer)

Quarter

MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    I think it's because the hoster isn't yet supportd?

    Do you have the onlinevideos.log and the mpurlsourcesplitter.log?

    Na its doing it on the web site, I have a feeling that site just wants money. They want you to upgrade account after 15min of watching a video.
    But I do have another site I will try, It has supported hosters.
     

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    Ok am still doing something wrong

    Code:
    <Site name="Movie25" util="GenericSite" agecheck="false" enabled="true" lang="en">
      <Description>Watch movies online</Description>
      <Configuration>
        <item key="dynamicCategoriesRegEx"><![CDATA[(?<=Home.*)(?!<li><a\shref="http://movie25\.com/genres\.html">Genres</a></li>)<li><a\shref="(?<url>[^"]*)">(?<title>[^<]*)</a></li>(?<!<div\sclass="foot">.*)]]></item>
        <item key="videoListRegEx"><![CDATA[<img\ssrc="(?<ImageUrl>[^"]*)"(?:(?!<h1>).)*<h1><a\shref="(?<VideoUrl>[^"]*)"\s>(?<Title>[^<]*)</a>(?:(?!Release:).)*>\s*Release:\s*(?<Airdate>[^<]*)<br/>]]></item>
        <item key="nextPageRegEx"><![CDATA[<a\shref="(?<url>[^"]*)"\sclass="AB">Next</a>]]></item>
        <item key="fileUrlRegEx"><![CDATA[<li\sclass=link_name>(?<n0>[^<]*)</li><li\sclass="playing_button"><span><a\sonClick="[^']*'(?<m0>[^']*)','newwin','fullscreen=yes,scrollbars=1,toolbar=0,resizable=1'\)"]]></item>
        <item key="baseUrl"><![CDATA[http://movie25.com/]]></item>
        <item key="resolveHoster"><![CDATA[FromUrl]]></item>
        <item key="getRedirectedFileUrl"><![CDATA[True]]></item>
      </Configuration>
    </Site>
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    Wow, you're almost there! Congrats!

    If you change the fileurlregex to
    Code:
    <li\sclass=link_name>(?<n0>[^<]*)</li><li\sclass="playing_button"><span><a\sonClick="[^=]*=(?<m0>[^']*)','newwin','fullscreen=yes,scrollbars=1,toolbar=0,resizable=1'\)"
    so that it only matches the url after the redirect.php?url=, and uncheck the getredirectedfileurl, your done.

    One drawback though, the standard genericsiteutil resolves all hosters prior to the userselection, so it could take a while for the hosterchoice to popup.

    Perhaps in a new version, those resolves could be deferred...
     
    Last edited:

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    Wow, you're almost there! Congrats!

    If you change the fileurlregex to
    Code:
    <li\sclass=link_name>(?<n0>[^<]*)</li><li\sclass="playing_button"><span><a\sonClick="[^=]*=(?<m0>[^']*)','newwin','fullscreen=yes,scrollbars=1,toolbar=0,resizable=1'\)"
    so that it only matches the url after the redirect.php?url=, and uncheck the getredirectedfileurl, your done.

    One drawback though, the standard genericsiteutil resolves all hosters prior to the userselection, so it could take a while for the hosterchoice to popup.

    Perhaps in a new version, those resolves could be deferred...

    I have tried it that way as well, it didn't work?
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    Didn't work in the siteparser, or mepo itself? If mepo, then please provide onlinevideos.log
     

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    Ah, it's just a problem with the vidxden hoster (as you can see in the log)
    System.IndexOutOfRangeException: Index was outside the bounds of the array.
    Server stack trace:
    at OnlineVideos.Hoster.VidxDen.getVideoUrls(String url)
    at OnlineVideos.Hoster.Base.HosterBase.getPlaybackOptions(String url)

    Can you try another hoster?

    I didn't get to try any hosters, as soon as I clicked on the video the wait curser comes up then the error, No hoster dialog
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    Ok, then there is only one hoster for that particular movie, and it will continue automatically.

    Try Latest/That pink floyd movie. For that one there were (yesterday) 4 or 5 hosters
     

    Users who are viewing this thread

    Top Bottom