Novamov hoster plugin help

Home Forums Third Party Enhancements VLC Shares Novamov hoster plugin help

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23900
    lokiMidgard
    Participant

    Hi Ximarx, I am trying to make a hoster plugin to watch Novamov videos on gogocimema. It appears that Movshare and Novamov have similar formats, so I took the Movshare plugin and replaced novamov and novamov.com whenever I found a movshare or movshare.net link. I was able to install the plugin with no error and Novamov links show up in gogocinema in WiiMC. I was quite surprised that it made it that far. Of course, when I click on a Novamov link it is listed as invalid (links were tested good on my PC). Could you shine some light as to what parameters are missing in order for it to work?

    If I can get Novamov to work, I will start attempting more hosters in the future and hopefully a plugin or two. I definitely think Icefilms is too difficult for me to figure out.

    Edit: Sorry, I forgot to add the plugin link
    https://rapidshare.com/files/2369608220/plugin_novamov_0.1.zip

    #29857
    zany130
    Participant

    Usually there are 2 types of hosters:
    1) the first put the stream url (or the file url) directly inside the html code of the page, usually inside some code of param for the flash player (usually flashvars or something like this). for this kind of plugin you have to just find the url inside the page ad use it as location inside the hoster
    2) the second uses a way to automatically resolve stream url from video id + other params available inside the page + some kind of strange magic (videobb, videozer, megavideo, etc etc). For them, the faster way to do the job is download JDownloader hosters source code and port them in php using vlc-shares’s api. the long way is to read a lot of html/js/action-script code and try to find a way to decode the link, then port it in php using vlc-shares’s api

    often (…always) this is not a copy/paste/rename job. A good start is always read fist page source code and jdownloader’s hoster sources. Then you can find your way.

    #29858
    lokiMidgard
    Participant

    I have not yet had much luck working on this hoster plugin. I do however have a link for URL resolver files that originally made for Python/XBMC. Someone else has already done the work to find all the necessary info to get links to many popular filesharing sites (putlocker,novamov, and many more). If anyone knows how to use the data to make php hoster plugins here is the link:
    https://github.com/Eldorados/eldorado-xbmc-addons/tree/master/script.module.urlresolver/lib/urlresolver/plugins

    One more thing..I did use put a Novamov link in my online folder to make ure it would play (watch irectly) on WiiMC and it worked fine. Here is the direct link format below:
    http://n1.novamov.com/dl/553829c67a50cf5f0ab5ba01c24c7826/4f1da43d/top7ihw51re00.flv

    #29859
    lokiMidgard
    Participant

    Ximarx, can you tell me where to get the jdownloader hoster sources? I have jdownloader and I have tried looking over their website but, no luck finding the hoster information.

    #29860
    lokiMidgard
    Participant

    From everything I have discovered so far…After inspecting the page sources it appears Novamov is setup almost identically to movshare except:
    Movshare requires “human interaction” button before getting stream url
    Novamov requires pressing play button in flash before getting stream url
    Novamov uses flv whereas movshare uses avi or flv

    still working to figure out Novamov

    #29861
    zany130
    Participant

    @woompa wrote:

    Ximarx, can you tell me where to get the jdownloader hoster sources? I have jdownloader and I have tried looking over their website but, no luck finding the hoster information.

    JDownloader source code must be downloaded from svn.

    Anyway, i’ll attach here the source code of novamov only, so you can give a look at it

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘VLC Shares’ is closed to new topics and replies.

Login

Lost Password