Help with a new site (1 Viewer)

Quarter

MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    Can someone help me with this site please http://movie-watch-online.com

    Code:
    <Site name="Movie Watch Online" util="GenericSite" agecheck="false" enabled="true" lang="en">
      <Description>One of the biggest movie database online. Here you can watch any movie online without downloading in different formats: Hd, Dvd, DivX, Mp4, 3gp, etc.</Description>
      <Configuration>
        <item key="dynamicCategoriesRegEx"><![CDATA[<li><a\shref="(?<url>[^"]*)">(?<title>[^<]*)<(?:(?!/a>).)*/a></li>]]></item>
        <item key="videoListRegEx"><![CDATA[<div\sclass="mov-inf-img">\s(?:(?!src).)*<img\ssrc="(?<ImageUrl>[^"]*)"[^>]*></a>(?:(?!href).)*<a\shref="(?<VideoUrl>[^"]*)">(?<Title>[^<]*)</a>(?:(?!Year:).)*Year:\s<a\shref="[^"]*">(?<Airdate>[^<]*)</a><br\s/>(?:(?!description_preview[^)]*).)*\sid="description_preview[^"]*">(?<Description>[^<]*)<]]></item>
        <item key="videoUrlRegEx"><![CDATA[http://movie-watch-online\.com(?<m0>[^.]*).html]]></item>
        <item key="nextPageRegEx"><![CDATA[(?<!<div\sclass="pag-r"></div>.*)<li><a\sclass="next"\shref="javascript:void\(0\)"\sonclick="(?<url>[^"]*)">Next</a></li>]]></item>
        <item key="baseUrl"><![CDATA[http://movie-watch-online.com]]></item>
      </Configuration>
    </Site>
     
    Last edited:

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,973
    Nuenen
    Home Country
    Netherlands Netherlands
    If you blank out the videoUrlRegex (no need for that), Click getvideourl, Click getplaylisturl, and then Click CreateRegex next to getfileurl, you'll find an iframe containing the url to the hoster
     

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    If you blank out the videoUrlRegex (no need for that), Click getvideourl, Click getplaylisturl, and then Click CreateRegex next to getfileurl, you'll find an iframe containing the url to the hoster

    Looks like I will need to do this in c# aswell, only get the right moive if you login, I don't know js so working out the how it does the math for the url is beyond me at this stage, have to admit defeat again. (n)
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,973
    Nuenen
    Home Country
    Netherlands Netherlands
    Do you have an example of such a movie?

    Edit: Tried avatar yesterday, and that was working fine. Or is it only working the first time you ever use that site, and after that you have to login/pay/whatever to see your movies?
     
    Last edited:

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    Do you have an example of such a movie?

    Edit: Tried avatar yesterday, and that was working fine. Or is it only working the first time you ever use that site, and after that you have to login/pay/whatever to see your movies?

    I think avatar worked for me. But alot of the last movies would just play braveheart. I tried all the ones at the top of the list.
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,973
    Nuenen
    Home Country
    Netherlands Netherlands
    and the urls to the hosters were indeed different? Perhaps it's promote Braveheart day?

    Do they all use videopp, and do we have that hoster?
     
    Last edited:

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    and the urls to the hosters were indeed different? Perhaps it's promote Braveheart day?

    Do they all use videopp, and do we have that hoster?

    Don't think we have the hoster, well lets say I haven't worked it out yet. Pretty sure they are all hosted on one server. Will have a look tonight. The video key was different, not sure about the URL can't remember.
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,973
    Nuenen
    Home Country
    Netherlands Netherlands
    huh? i mean the url inside that iframe (that probably includes some key)

    Further down the road it's the responsibility of the hoster implementation (and, if it's not already present, I will take care of that if you want)
     

    Quarter

    MP Donator
  • Premium Supporter
  • June 21, 2010
    722
    138
    Queenstown
    Home Country
    New Zealand New Zealand
    huh? i mean the url inside that iframe (that probably includes some key)

    Further down the road it's the responsibility of the hoster implementation (and, if it's not already present, I will take care of that if you want)

    Yeah the iframe is different, hoster is videopp on all the videos. I have no idea why braveheart comes up, its doing it with avatar now.
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,973
    Nuenen
    Home Country
    Netherlands Netherlands
    I think it's because the hoster isn't yet supportd?

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

    Users who are viewing this thread

    Top Bottom